Updated code styling to match repo recommendations

master
Maxime Loizeau 8 years ago
parent 4c00a7fdb9
commit 7123891d4d

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

Loading…
Cancel
Save