Shift select range on Missing/Cutoff Unmet

This commit is contained in:
Mark McDowall
2015-05-27 14:37:47 -07:00
parent 75a50b83fb
commit 5fda64de66
2 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ var vent = require('../../vent');
var Marionette = require('marionette');
var Backgrid = require('backgrid');
var MissingCollection = require('./MissingCollection');
var SelectAllCell = require('../../Cells/SelectAllCell');
var SeriesTitleCell = require('../../Cells/SeriesTitleCell');
var EpisodeNumberCell = require('../../Cells/EpisodeNumberCell');
var EpisodeTitleCell = require('../../Cells/EpisodeTitleCell');
@@ -34,7 +35,7 @@ module.exports = Marionette.Layout.extend({
columns : [
{
name : '',
cell : 'select-row',
cell : SelectAllCell,
headerCell : 'select-all',
sortable : false
},