mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
cleaned up some jslint errors
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
define(['app', 'Settings/Indexers/Model'], function () {
|
||||
"use strict";
|
||||
define(['app', 'Settings/Indexers/Model'], function () {
|
||||
NzbDrone.Settings.Indexers.Collection = Backbone.Collection.extend({
|
||||
url : NzbDrone.Constants.ApiRoot + '/indexer',
|
||||
model: NzbDrone.Settings.Indexers.Model
|
||||
});
|
||||
});
|
||||
});
|
||||
|
@@ -18,7 +18,7 @@ define([
|
||||
},
|
||||
|
||||
saveSettings: function () {
|
||||
var test = 1;
|
||||
|
||||
//this.model.save(undefined, this.syncNotification("Naming Settings Saved", "Couldn't Save Naming Settings"));
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user