fixed toggle-cell tool-tips sticking around.

This commit is contained in:
Keivan Beigi 2013-07-25 19:09:17 -07:00
commit 3f203acab9
6 changed files with 17 additions and 43 deletions

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',