Fixing lint error causing build to fail

This commit is contained in:
Hannah Wolfe 2015-05-13 18:07:35 +01:00
parent 73739f2748
commit 0175258716

View File

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