diff --git a/mustache.js b/mustache.js index 7026e50..c561375 100644 --- a/mustache.js +++ b/mustache.js @@ -703,7 +703,7 @@ Writer.prototype.invokeGlobalHelper = function invokeGlobalHelper (token, contex return view = view[arg[0]]; }(argsHelper.split(/\.+/g).reverse()); - return mustache.escape(mustache.helpers.get(helperName)(value)) || null; + return mustache.escape(mustache.helpers.get(helperName)(value)); }; Writer.prototype.getConfigTags = function getConfigTags (config) {