Upcoming view working under backbone

This commit is contained in:
Mark McDowall 2013-02-19 23:45:52 -08:00
commit cf1a067b3b
20 changed files with 304 additions and 2 deletions

View file

@ -9,6 +9,8 @@
'series/index': 'series',
'series/add': 'addSeries',
'series/add/:action(/:query)': 'addSeries',
'upcoming': 'upcoming',
'upcoming/index': 'upcoming',
':whatever': 'notFound'
}
});