mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
minor cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user