mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
added jshint
This commit is contained in:
+3
-3
@@ -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