0
Fork 0
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:
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);
}
}