Fixing lint error causing build to fail
This commit is contained in:
parent
3801b7a8ca
commit
1f0fb3c5f3
@ -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