Series episode count legend added

This commit is contained in:
Mark McDowall 2013-07-27 10:48:45 -07:00
parent 3f85104d18
commit 35d29df864
8 changed files with 76 additions and 35 deletions

View file

@ -0,0 +1,9 @@
'use strict';
define(
[
'marionette'
], function (Marionette) {
return Marionette.CompositeView.extend({
template: 'Series/Index/LegendViewTemplate'
});
});