Skip to content

Commit

Permalink
Removing redundant item scroll from copy pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
NickPiscitelli committed Jul 3, 2019
1 parent f5155a2 commit 9645614
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/assets/js/glider.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions glider.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
\___//_//_/ \_,_/ \__//_/ (_)__/ //___/
|___/
Version: 1.6.9
Version: 1.7.0
Author: Nick Piscitelli (pickykneee)
Website: https://nickpiscitelli.com
Documentation: http://nickpiscitelli.github.io/Glider.js
Expand Down Expand Up @@ -319,7 +319,6 @@
if (!_.mouseDown) {
_.scrollItem(_.round(_.ele.scrollLeft / _.itemWidth))
}
_.scrollItem(_.round(_.ele.scrollLeft / _.itemWidth))
}
}, _.opt.scrollLockDelay || 250)
}
Expand Down
Loading

0 comments on commit 9645614

Please sign in to comment.