mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixing lint error causing build to fail
This commit is contained in:
parent
3801b7a8ca
commit
1f0fb3c5f3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ var SettingsAboutController = Ember.Controller.extend({
|
||||||
updateNotificationCount: 0,
|
updateNotificationCount: 0,
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
updateNotificationChange: function (count) {
|
updateNotificationChange: function (count) {
|
||||||
this.set('updateNotificationCount', count);
|
this.set('updateNotificationCount', count);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue