diff options
-rw-r--r-- | lib/handlebars.runtime.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/handlebars.runtime.js b/lib/handlebars.runtime.js index e77aae0..a05812b 100644 --- a/lib/handlebars.runtime.js +++ b/lib/handlebars.runtime.js @@ -16,6 +16,7 @@ var create = function() { hb.SafeString = SafeString; hb.Exception = Exception; hb.Utils = Utils; + hb.escapeExpression = Utils.escapeExpression; hb.VM = runtime; hb.template = function(spec) { |