mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
HeaderCell is a standard mixin
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
require('../JsLibraries/backbone.backgrid');
|
||||
require('backbone');
|
||||
|
||||
require('backbone');
|
||||
|
||||
var backgrid = require('../JsLibraries/backbone.backgrid');
|
||||
var header = require('../Shared/Grid/HeaderCell');
|
||||
|
||||
header.register(backgrid);
|
||||
header.call(backgrid);
|
||||
|
||||
backgrid.Column.prototype.defaults = {
|
||||
name : undefined,
|
||||
|
||||
Reference in New Issue
Block a user