minor cleanup

This commit is contained in:
kayone
2013-10-08 22:48:40 -07:00
parent 4948d0608b
commit 9ed7546279
16 changed files with 40 additions and 33 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ define([
},
addNotification: function (e) {
if ($(e.target).hasClass('icon-info-sign')) {
if (this.$(e.target).hasClass('icon-info-sign')) {
return;
}
+3 -2
View File
@@ -1,8 +1,9 @@
'use strict';
'use strict';
define(
[
'Backbone',
'Settings/Notifications/Model'
], function (NotificationModel) {
], function (Backbone, NotificationModel) {
return Backbone.Collection.extend({
url : window.NzbDrone.ApiRoot + '/notification',
model: NotificationModel