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
+4 -3
View File
@@ -1,9 +1,10 @@
'use strict';

'use strict';
define(
[
'backbone',
'Settings/Indexers/Model',
'Form/FormBuilder'
], function (IndexerModel) {
], function (Backbone, IndexerModel) {
return Backbone.Collection.extend({
url : window.NzbDrone.ApiRoot + '/indexer',
model: IndexerModel
+1 -1
View File
@@ -1,4 +1,4 @@
"use strict";
'use strict';
define(
[