fixed toggle-cell tool-tips sticking around.

This commit is contained in:
Keivan Beigi
2013-07-25 19:09:17 -07:00
parent 642207c68d
commit 3f203acab9
6 changed files with 17 additions and 43 deletions
+3 -3
View File
@@ -5,11 +5,11 @@ define(
'backgrid',
'Cells/ToggleCell',
'Cells/EpisodeTitleCell',
'Cells/AirDateCell',
'Cells/RelativeDateCell',
'Cells/EpisodeStatusCell',
'Commands/CommandController',
'Shared/Actioneer'
], function ( Marionette, Backgrid, ToggleCell, EpisodeTitleCell, AirDateCell, EpisodeStatusCell, CommandController, Actioneer) {
], function ( Marionette, Backgrid, ToggleCell, EpisodeTitleCell, RelativeDateCell, EpisodeStatusCell, CommandController, Actioneer) {
return Marionette.Layout.extend({
template: 'Series/Details/SeasonLayoutTemplate',
@@ -56,7 +56,7 @@ define(
{
name : 'airDateUtc',
label: 'Air Date',
cell : AirDateCell
cell : RelativeDateCell
} ,
{
name : 'status',
+3 -3
View File
@@ -6,7 +6,7 @@ define(
'Series/Index/List/CollectionView',
'Series/Index/EmptyView',
'Series/SeriesCollection',
'Cells/AirDateCell',
'Cells/RelativeDateCell',
'Cells/SeriesTitleCell',
'Cells/TemplatedCell',
'Cells/QualityProfileCell',
@@ -19,7 +19,7 @@ define(
ListCollectionView,
EmptyView,
SeriesCollection,
AirDateCell,
RelativeDateCell,
SeriesTitleCell,
TemplatedCell,
QualityProfileCell,
@@ -66,7 +66,7 @@ define(
{
name : 'nextAiring',
label: 'Next Airing',
cell : AirDateCell
cell : RelativeDateCell
},
{
name : 'this',