devsite/node_modules/mustache/wrappers/qooxdoo/mustache.js.post

9 lines
184 B
Plaintext
Raw Permalink Normal View History

2024-07-08 01:49:38 +00:00
/**
* Above is the original mustache code.
*/
// EXPOSE qooxdoo variant
qx.bom.Template.version = this.Mustache.version;
qx.bom.Template.render = this.Mustache.render;
}).call({});