Skip to content

Commit dd9eeb3

Browse files
committed
force fireOnSlide to true so plugin can be used with jquery 1.8+
1 parent 7c6634b commit dd9eeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rangeinput/rangeinput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
init();
346346

347347
// avoid redundant event triggering (= heavy stuff)
348-
fireOnSlide = hasEvent($(self)) || hasEvent(input);
348+
fireOnSlide = true;
349349

350350

351351
}).on("drag", function(e, y, x) {

0 commit comments

Comments
 (0)