Skip to content

Commit

Permalink
Fixing type preventing refresh event from firing
Browse files Browse the repository at this point in the history
This fixes issue #50
  • Loading branch information
NickPiscitelli committed Jul 13, 2019
1 parent 9645614 commit 3e49313
Show file tree
Hide file tree
Showing 3 changed files with 6 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.

4 changes: 2 additions & 2 deletions glider.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
\___//_//_/ \_,_/ \__//_/ (_)__/ //___/
|___/
Version: 1.7.0
Version: 1.7.1
Author: Nick Piscitelli (pickykneee)
Website: https://nickpiscitelli.com
Documentation: http://nickpiscitelli.github.io/Glider.js
Expand Down Expand Up @@ -145,7 +145,7 @@

_.updateControls()

_.emit(refresh ? 'refresh ' : 'loaded')
_.emit(refresh ? 'refresh' : 'loaded')
}

gliderPrototype.bindDrag = function () {
Expand Down
Loading

0 comments on commit 3e49313

Please sign in to comment.