'change [data-setting]': 'saveSettings',\r
'click [data-setting="theme"]': 'selectTheme',\r
'click .register_protocol': 'registerProtocol',\r
- 'click .enable_notifications': 'enableNoticiations'\r
+ 'click .enable_notifications': 'enableNotifications'\r
},\r
\r
initialize: function (options) {\r
navigator.registerProtocolHandler('ircs', document.location.origin + _kiwi.app.get('base_path') + '/%s', 'Kiwi IRC');\r
},\r
\r
- enableNoticiations: function(event){\r
+ enableNotifications: function(event){\r
event.preventDefault();\r
\r
if ('webkitNotifications' in window) {\r