removed mutators from series.

This commit is contained in:
Keivan Beigi 2013-07-16 16:54:45 -07:00
parent 50718ae94e
commit 83fe07524a
13 changed files with 97 additions and 80 deletions

View file

@ -16,7 +16,9 @@ define(
var icon;
var tooltip;
if (this.model.get('episodeFile')) {
var hasAired = Date.create(this.model.get('airDate')).isBefore(Date.create());
if (hasAired) {
icon = 'icon-ok';
tooltip = 'Episode downloaded';
}