Fixed filesize cell

pull/3113/head
Mark McDowall 11 years ago
parent 72cfde1303
commit 50444fc34a

@ -8,5 +8,6 @@ NzbDrone.Shared.Cells.FileSizeCell = Backgrid.Cell.extend({
this.$el.html(NzbDrone.Shared.FormatHelpers.FileSizeHelper(size));
this.delegateEvents();
return this;
return this;
}
});

Loading…
Cancel
Save