mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
added jshint
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user