Commit 3eef00f0 by Estók Dániel

JsHint bugfix for previous commit.

parent 638dba54
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
event.type = handleObj.origType; event.type = handleObj.origType;
['clientX', 'clientY', 'pageX', 'pageY'].forEach(function(property) { ['clientX', 'clientY', 'pageX', 'pageY'].forEach(function(property) {
event[property] = event.originalEvent.changedTouches[0][property]; event[property] = event.originalEvent.changedTouches[0][property];
}) });
// let jQuery handle the triggering of "doubletap" event handlers // let jQuery handle the triggering of "doubletap" event handlers
handleObj.handler.apply(this, arguments); handleObj.handler.apply(this, arguments);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment