mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
Made path.js jshint compliant
This commit is contained in:
+1
-1
@@ -339,7 +339,7 @@ var Path = {
|
||||
var momentum = 10;
|
||||
|
||||
if( direction == 'up' )
|
||||
momentum = momentum * -1
|
||||
momentum = momentum * -1;
|
||||
|
||||
if( direction == 'down' && inView( direction, $('#perks') ) ){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user