diff --git a/UI/Shared/Cells/FileSizeCell.js b/UI/Shared/Cells/FileSizeCell.js index 72d24ad61..f1d8d4fab 100644 --- a/UI/Shared/Cells/FileSizeCell.js +++ b/UI/Shared/Cells/FileSizeCell.js @@ -8,6 +8,5 @@ NzbDrone.Shared.Cells.FileSizeCell = Backgrid.Cell.extend({ this.$el.html(NzbDrone.Shared.FormatHelpers.FileSizeHelper(size)); this.delegateEvents(); return this; - return this; } });