mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 01:06:19 +08:00
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
Block a user