Skip to content

Commit

Permalink
Update gameLogic.js
Browse files Browse the repository at this point in the history
fix indent
  • Loading branch information
Jafnee committed May 23, 2016
1 parent ab54c19 commit 1400cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/controller/gameLogic.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@ define(["model/game", "model/character", "model/inPlay", "model/canvas", "model/
resetStats: resetStats,
//variables
paused: false,
fRate: false,
fRate: false,
level: level,
timer: timer
};
return GameLogic;
});
});

0 comments on commit 1400cdb

Please sign in to comment.