cleaned up template helpers

This commit is contained in:
kay.one
2013-06-24 21:43:16 -07:00
parent d7fbfec01e
commit 8841e43c25
17 changed files with 78 additions and 88 deletions

View File

@@ -11,7 +11,7 @@ define(
render: function () {
var size = this.model.get(this.column.get('name'));
this.$el.html(FormatHelpers.FileSizeHelper(size));
this.$el.html(FormatHelpers.Bytes(size));
this.delegateEvents();
return this;
}