diff --git a/src/js/plugin/handler/touch.js b/src/js/plugin/handler/touch.js index b565a28..ef3a95d 100644 --- a/src/js/plugin/handler/touch.js +++ b/src/js/plugin/handler/touch.js @@ -128,7 +128,7 @@ function bindTouchHandler(element, i, supportsTouch, supportsIePointer) { return; } - if(!speed.x && !speed.y) { + if (!speed.x && !speed.y) { clearInterval(easingLoop); return; }