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

@ -55,9 +55,6 @@ define(
}
return 'primary';
},
hasAired : function () {
return Date.create(this.get('airDate')).isBefore(Date.create());
}
},