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

View file

@ -1,8 +1,8 @@
define(function() {
function User(id) {
this.id = id;
}
function User(id) {
this.id = id;
}
return User;
return User;
});