Skip to content

Commit

Permalink
To fix runtime error.
Browse files Browse the repository at this point in the history
  • Loading branch information
solderzzc committed Jan 29, 2021
1 parent 9ba314c commit 93bbdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/lib/jquery.scrollevent.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ var dataPropertyName = "virtualMouseBindings",
virtualEventNames = "vmouseover vmousedown vmousemove vmouseup vclick vmouseout vmousecancel".split( " " ),
touchEventProps = "clientX clientY pageX pageY screenX screenY".split( " " ),
mouseHookProps = $.event.mouseHooks ? $.event.mouseHooks.props : [],
mouseEventProps = $.event.props.concat( mouseHookProps ),
mouseEventProps = [],//$.event.props.concat( mouseHookProps ),
activeDocHandlers = {},
resetTimerID = 0,
startX = 0,
Expand Down

0 comments on commit 93bbdd8

Please sign in to comment.