Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
idiotWu committed Nov 16, 2017
1 parent 260ba14 commit 7e75052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scrollbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ export class Scrollbar implements I.Scrollbar {
}

// check whether to propagate monmentum to parent scrollbar
// this situations are considered as `true`:
// the following situations are considered as `true`:
// 1. continuous scrolling is enabled (automatically disabled when overscroll is enabled)
// 2. scrollbar reaches one side and is not about to scroll on the other direction
private _shouldPropagateMomentum(deltaX = 0, deltaY = 0): boolean {
Expand Down

0 comments on commit 7e75052

Please sign in to comment.