JSHint fix

This commit is contained in:
Robin Ward 2013-07-22 16:56:09 -04:00
parent 43ceacabab
commit 6221fe2d60
1 changed files with 1 additions and 2 deletions

View File

@ -60,7 +60,6 @@ Discourse.PreferencesAboutController = Discourse.ObjectController.extend({
saveButtonText: function() {
if (this.get('saving')) return I18n.t("saving");
return I18n.t("user.change");
}.property('saving'),
}.property('saving')
});