Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(visibility): jquery scrollleft is a function rather than a property
$context.scrollLeft must be replaced with $context.scrollLeft() otherwise it returns NaN.
- Loading branch information