1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -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:
Bill Szeliga
2017-03-07 22:04:25 -05:00
committed by Devin Buhl
parent 961a6d89a4
commit af2b5c2f1c
19 changed files with 61 additions and 89 deletions
@@ -79,7 +79,7 @@ var BulkImportCollection = PageableCollection.extend({
first : this.url,
next: this.url,
last : this.url
}
};
}
});
@@ -4,6 +4,7 @@ var _ = require('underscore');
var vent = require("vent");
var TemplatedCell = require('../../Cells/TemplatedCell');
var NzbDroneCell = require("../../Cells/NzbDroneCell");
var Marionette = require('marionette');
module.exports = TemplatedCell.extend({
className : 'monitor-cell',
@@ -5,6 +5,7 @@ var _ = require('underscore');
var vent = require("vent");
var TemplatedCell = require('../../Cells/TemplatedCell');
var NzbDroneCell = require("../../Cells/NzbDroneCell");
var Marionette = require('marionette');
module.exports = TemplatedCell.extend({
className : 'profile-cell',