Skip to content

Commit

Permalink
Made path.js jshint compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasloisp committed Oct 2, 2016
1 parent a903a1c commit 05edb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/path.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ var Path = {
var momentum = 10;

if( direction == 'up' )
momentum = momentum * -1
momentum = momentum * -1;

if( direction == 'down' && inView( direction, $('#perks') ) ){

Expand Down

0 comments on commit 05edb2a

Please sign in to comment.