Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix scrollEnd event from double firing
cubiq#761 On wheelscroll the scrollEnd event was firing twice. Once from _transitionEnd (core.js) and once from a timeout in _wheel (wheel.js). Placed a check in _transitionEnd to only fire scrollEnd event if _wheel's scrollEnd event is already set to execute.
- Loading branch information