mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
added jshint
This commit is contained in:
parent
9536c6c1bb
commit
47d924cff3
30 changed files with 177 additions and 127 deletions
|
@ -99,8 +99,8 @@ require.config({
|
|||
|
||||
exports: 'Marionette',
|
||||
init : function (Backbone, TemplateMixin, AsNamedView) {
|
||||
TemplateMixin.call(Marionette.TemplateCache);
|
||||
AsNamedView.call(Marionette.ItemView.prototype);
|
||||
TemplateMixin.call(window.Marionette.TemplateCache);
|
||||
AsNamedView.call(window.Marionette.ItemView.prototype);
|
||||
|
||||
}
|
||||
},
|
||||
|
@ -140,7 +140,7 @@ require.config({
|
|||
'Shared/Grid/HeaderCell'
|
||||
], function () {
|
||||
|
||||
Backgrid.Column.prototype.defaults = {
|
||||
window.Backgrid.Column.prototype.defaults = {
|
||||
name : undefined,
|
||||
label : undefined,
|
||||
sortable : true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue