JSHint fix
This commit is contained in:
parent
43ceacabab
commit
6221fe2d60
|
@ -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')
|
||||
|
||||
});
|
Loading…
Reference in New Issue