diff --git a/script/path.js b/script/path.js index d5dc042..e4ad87c 100644 --- a/script/path.js +++ b/script/path.js @@ -339,7 +339,7 @@ var Path = { var momentum = 10; if( direction == 'up' ) - momentum = momentum * -1 + momentum = momentum * -1; if( direction == 'down' && inView( direction, $('#perks') ) ){