Expose escapeExpression on the root object
This commit is contained in:
@@ -16,6 +16,7 @@ var create = function() {
|
|||||||
hb.SafeString = SafeString;
|
hb.SafeString = SafeString;
|
||||||
hb.Exception = Exception;
|
hb.Exception = Exception;
|
||||||
hb.Utils = Utils;
|
hb.Utils = Utils;
|
||||||
|
hb.escapeExpression = Utils.escapeExpression;
|
||||||
|
|
||||||
hb.VM = runtime;
|
hb.VM = runtime;
|
||||||
hb.template = function(spec) {
|
hb.template = function(spec) {
|
||||||
|
|||||||
Reference in New Issue
Block a user