mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-27 22:57:09 -04:00
Addressing jshint warnings (#1050)
* Cleaning up some jsLiniting problems * fix jshint issue with variablle declaration This shouldn't be an issue because of hoisting but, jshint is finicky.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
var _ = require('underscore');
|
||||
var $ = require('jquery');
|
||||
var vent = require('vent');
|
||||
var AppLayout = require('../../../AppLayout');
|
||||
var Marionette = require('marionette');
|
||||
var DeleteView = require('../Delete/IndexerDeleteView');
|
||||
var Profiles = require('../../../Profile/ProfileCollection');
|
||||
@@ -55,7 +56,7 @@ var view = Marionette.ItemView.extend({
|
||||
profileId : profile,
|
||||
rootFolderPath : rootFolderPath,
|
||||
minimumAvailability : minAvail,
|
||||
})
|
||||
});
|
||||
},
|
||||
|
||||
_onAfterSave : function() {
|
||||
@@ -95,7 +96,6 @@ var view = Marionette.ItemView.extend({
|
||||
|
||||
_rootFoldersUpdated : function() {
|
||||
this._configureTemplateHelpers();
|
||||
debugger;
|
||||
this.render();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user