replaced all tabs with 4 spaces

This commit is contained in:
logsol 2012-07-28 13:26:05 +02:00
parent 5d11540c55
commit 26f3d22db7
30 changed files with 1017 additions and 1011 deletions

2
app/Game/Core/Control/InputController.js Normal file → Executable file
View file

@ -31,7 +31,7 @@ define(function(){
InputController.prototype.jumping = function() {
if (this._isJumping) {
this.player.jumping();
this.player.jumping();
}
}