code cleanup.

This commit is contained in:
kay.one 2013-02-15 00:18:42 -08:00
parent 1f94e2b55f
commit cda53cfd3a
17 changed files with 1134 additions and 130 deletions

View file

@ -25,10 +25,10 @@
initialize: function () {
this.collection = notificationCollection;
},
}
});
NzbDrone.addInitializer(function (options) {
NzbDrone.addInitializer(function () {
NzbDrone.notificationRegion.show(new collectionView());
});