Skip to content

Commit 0e04a3d

Browse files
committed
Merge branch 'dev' of github.com:jquerytools/jquerytools into dev
2 parents ea6d72c + 42ca3fa commit 0e04a3d

File tree

3 files changed

+129
-128
lines changed

3 files changed

+129
-128
lines changed

src/scrollable/scrollable.autoscroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
var api = $(this).data("scrollable"),
3737
root = api.getRoot(),
3838
// interval stuff
39-
timer;
39+
timer, stopped = false;
4040

4141
/**
4242
*

0 commit comments

Comments
 (0)