Rebuild dist
This commit is contained in:
Vendored
+1
-1
@@ -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) {
|
||||
|
||||
Vendored
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user