Made path.js jshint compliant

This commit is contained in:
Lucas Lois
2016-10-02 17:52:22 -03:00
parent a903a1c9fe
commit 05edb2a98a
+1 -1
View File
@@ -339,7 +339,7 @@ var Path = {
var momentum = 10;
if( direction == 'up' )
momentum = momentum * -1
momentum = momentum * -1;
if( direction == 'down' && inView( direction, $('#perks') ) ){