Fixing lint error causing build to fail

This commit is contained in:
Hannah Wolfe 2015-05-13 18:07:35 +01:00
parent 3801b7a8ca
commit 1f0fb3c5f3

View File

@ -3,7 +3,7 @@ var SettingsAboutController = Ember.Controller.extend({
updateNotificationCount: 0,
actions: {
updateNotificationChange: function (count) {
updateNotificationChange: function (count) {
this.set('updateNotificationCount', count);
}
}