From 7123891d4dca2fe3d7d75c081ff4ebf9c3525df6 Mon Sep 17 00:00:00 2001 From: Maxime Loizeau Date: Thu, 11 Aug 2016 15:55:20 +0100 Subject: [PATCH] Updated code styling to match repo recommendations --- src/js/plugin/handler/touch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }