1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Fixed filesize cell

This commit is contained in:
Mark McDowall
2013-06-07 08:41:55 -07:00
parent 72cfde1303
commit 50444fc34a
+1
View File
@@ -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;
}
});