Helper cleanup

This commit is contained in:
Mark McDowall 2013-06-06 19:39:12 -07:00
parent 1fb944976e
commit 626d48c8ea
16 changed files with 89 additions and 83 deletions

View file

@ -3,9 +3,6 @@ define(['app'], function () {
NzbDrone.Series.EpisodeModel = Backbone.Model.extend({
mutators: {
bestDateString : function () {
return bestDateString(this.get('airDate'));
},
paddedEpisodeNumber: function () {
return this.get('episodeNumber').pad(2);
},