Removed extra 's' in file

This commit is contained in:
Mark McDowall 2015-02-22 21:11:42 -08:00
commit ca05c15340

View file

@ -64,7 +64,7 @@ module.exports = Marionette.Layout.extend({
var episodeCell = {};
if (this.model) {
episodeCell.name = 'episodeNumber';s
episodeCell.name = 'episodeNumber';
episodeCell.label = '#';
episodeCell.cell = EpisodeNumberCell;
}