Updated code styling to match repo recommendations
This commit is contained in:
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…
Reference in New Issue
Block a user