From ca05c15340143be4848ec7a839299a9ded4aa8f8 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 22 Feb 2015 21:11:42 -0800 Subject: [PATCH] Removed extra 's' in file --- src/UI/EpisodeFile/Editor/EpisodeFileEditorLayout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UI/EpisodeFile/Editor/EpisodeFileEditorLayout.js b/src/UI/EpisodeFile/Editor/EpisodeFileEditorLayout.js index a5d6f0906..a974c8f7c 100644 --- a/src/UI/EpisodeFile/Editor/EpisodeFileEditorLayout.js +++ b/src/UI/EpisodeFile/Editor/EpisodeFileEditorLayout.js @@ -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; } @@ -197,4 +197,4 @@ module.exports = Marionette.Layout.extend({ return seasonNumber + episodeNumber; } -}); \ No newline at end of file +});