diff options
Diffstat (limited to 'third_party/jstemplate/exports.js')
-rw-r--r-- | third_party/jstemplate/exports.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/jstemplate/exports.js b/third_party/jstemplate/exports.js new file mode 100644 index 0000000..77bc9e8 --- /dev/null +++ b/third_party/jstemplate/exports.js @@ -0,0 +1,3 @@ +window['jstGetTemplate'] = jstGetTemplate; +window['JsEvalContext'] = JsEvalContext; +window['jstProcess'] = jstProcess; |