cleanup, remove trailing whitespace

This commit is contained in:
rolux 2011-10-29 19:46:46 +02:00
commit 51e9e72f32
34 changed files with 63 additions and 72 deletions

View file

@ -271,7 +271,7 @@ pandora.ui.accountForm = function(action, value) {
labelWidth: 120,
validate: pandora.validateUser('username', true),
width: 320
});
});
} else if (type == 'usernameOrEmail') {
return Ox.FormElementGroup({
id: 'usernameOrEmail',
@ -310,7 +310,7 @@ pandora.ui.accountForm = function(action, value) {
});
}
}
return that;
return that;
};
pandora.ui.accountSignoutDialog = function() {