mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Fixing lint error causing build to fail
This commit is contained in:
parent
73739f2748
commit
0175258716
@ -3,7 +3,7 @@ var SettingsAboutController = Ember.Controller.extend({
|
||||
updateNotificationCount: 0,
|
||||
|
||||
actions: {
|
||||
updateNotificationChange: function (count) {
|
||||
updateNotificationChange: function (count) {
|
||||
this.set('updateNotificationCount', count);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user