Expose escapeExpression on the root object

This commit is contained in:
kpdecker
2014-08-25 00:34:19 -05:00
parent 31f6fd7131
commit 980c38cebf
+1
View File
@@ -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) {