Fix improper stash
This commit is contained in:
@@ -133,7 +133,7 @@ function registerDefaultHelpers(instance) {
|
||||
instance.registerHelper('if', function(conditional, options) {
|
||||
if (isFunction(conditional)) { conditional = conditional.call(this); }
|
||||
|
||||
if (isEmpty(conditional)) {
|
||||
if (Utils.isEmpty(conditional)) {
|
||||
return options.inverse(this);
|
||||
} else {
|
||||
return options.fn(this);
|
||||
|
||||
Reference in New Issue
Block a user