mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
replaced all tabs with 4 spaces
This commit is contained in:
parent
5d11540c55
commit
26f3d22db7
30 changed files with 1017 additions and 1011 deletions
2
app/Game/Core/Control/InputController.js
Normal file → Executable file
2
app/Game/Core/Control/InputController.js
Normal file → Executable file
|
|
@ -31,7 +31,7 @@ define(function(){
|
|||
|
||||
InputController.prototype.jumping = function() {
|
||||
if (this._isJumping) {
|
||||
this.player.jumping();
|
||||
this.player.jumping();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue