Updated code styling to match repo recommendations

This commit is contained in:
Maxime Loizeau 2016-08-11 15:55:20 +01:00
parent 4c00a7fdb9
commit 7123891d4d

View File

@ -128,7 +128,7 @@ function bindTouchHandler(element, i, supportsTouch, supportsIePointer) {
return; return;
} }
if(!speed.x && !speed.y) { if (!speed.x && !speed.y) {
clearInterval(easingLoop); clearInterval(easingLoop);
return; return;
} }