Moar require

This commit is contained in:
Mark McDowall
2013-06-23 19:31:02 -07:00
parent ee28926da0
commit e856a31a4d
20 changed files with 83 additions and 63 deletions

View File

@@ -7,8 +7,8 @@ define([
'Series/SeriesCollection',
'Cells/AirDateCell',
'Cells/SeriesTitleCell',
'Cells/SeriesStatusCell',
'Cells/TemplatedCell',
'Series/Index/Table/SeriesStatusCell',
'Shared/Toolbar/ToolbarLayout',
'Config',
'Shared/LoadingView'
@@ -21,8 +21,8 @@ define([
SeriesCollection,
AirDateCell,
SeriesTitleCell,
TemplatedCell,
SeriesStatusCell,
TemplatedCell,
ToolbarLayout,
Config,
LoadingView)
@@ -39,7 +39,7 @@ define([
{
name : 'status',
label: '',
cell : 'seriesStatus'
cell : SeriesStatusCell
},
{
name : 'this',