Rebuild dist

This commit is contained in:
kpdecker
2013-03-13 21:56:30 -05:00
parent 21977633a0
commit bcc15ea5e7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ Handlebars.registerHelper('unless', function(context, options) {
});
Handlebars.registerHelper('with', function(context, options) {
return options.fn(context);
if (!Handlebars.Utils.isEmpty(context)) return options.fn(context);
});
Handlebars.registerHelper('log', function(context, options) {
+1 -1
View File
@@ -156,7 +156,7 @@ Handlebars.registerHelper('unless', function(context, options) {
});
Handlebars.registerHelper('with', function(context, options) {
return options.fn(context);
if (!Handlebars.Utils.isEmpty(context)) return options.fn(context);
});
Handlebars.registerHelper('log', function(context, options) {