mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
HeaderCell is a standard mixin
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
module.exports.register = function(backgrid) {
|
||||
module.exports = function() {
|
||||
var backgrid = this;
|
||||
|
||||
backgrid.SonarrHeaderCell = backgrid.HeaderCell.extend({
|
||||
events : {
|
||||
'click' : 'onClick'
|
||||
@@ -109,4 +111,6 @@ module.exports.register = function(backgrid) {
|
||||
this.$el.children('i').removeClass('icon-sort-up icon-sort-down');
|
||||
}
|
||||
});
|
||||
|
||||
return backgrid.SonarrHeaderCell;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user