mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-23 13:26:22 -04:00
JSHint fix
This commit is contained in:
parent
43ceacabab
commit
6221fe2d60
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue