Skip to content

Commit 361dfa5

Browse files
committed
Fixed syntax error
1 parent 7074c45 commit 361dfa5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jquery.custom-scrollbar.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
this.scrollable.$element.mousewheel(function (event, delta, deltaX, deltaY) {
249249
if (_this.enabled) {
250250
_this.mouseWheelScroll(deltaX, deltaY);
251-
return false; // preventDefault and stopPropagation
251+
return false;
252252
}
253253
});
254254
},
@@ -323,7 +323,6 @@
323323

324324
startMouseMoveScrolling: function (event) {
325325
this.mouseMoveScrolling = true;
326-
f
327326
$("html").addClass("not-selectable");
328327
this.setUnselectable($("html"), "on");
329328
this.setScrollEvent(event);

0 commit comments

Comments
 (0)