From 05edb2a98a7bc582284e19656cd00f272da29cf1 Mon Sep 17 00:00:00 2001 From: Lucas Lois Date: Sun, 2 Oct 2016 17:52:22 -0300 Subject: [PATCH] Made path.js jshint compliant --- script/path.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') ) ){