1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-26 01:37:07 +00:00

Fixed merge conflict

This commit is contained in:
Mark McDowall 2013-06-07 08:44:27 -07:00
parent 0a32079922
commit 89082ea94e

View file

@ -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;
}
});