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