Calendar defaults to week view

This commit is contained in:
Mark McDowall 2013-06-06 18:46:16 -07:00
commit 1fb944976e
2 changed files with 2 additions and 1 deletions

View file

@ -20,5 +20,5 @@ Handlebars.registerHelper("debug", function(optionalValue) {
});
Handlebars.registerHelper("fileSize", function(size) {
return size.bytes();
return size.bytes(1);
});