mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-04-18 18:47:56 +00:00
Moved source code under src folder - massive change
This commit is contained in:
11
src/UI/System/Update/UpdateCollection.js
Normal file
11
src/UI/System/Update/UpdateCollection.js
Normal file
@@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
define(
|
||||
[
|
||||
'backbone',
|
||||
'System/Update/UpdateModel'
|
||||
], function (Backbone, UpdateModel) {
|
||||
return Backbone.Collection.extend({
|
||||
url : window.NzbDrone.ApiRoot + '/update',
|
||||
model: UpdateModel
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user