9 lines
184 B
Plaintext
Raw Normal View History

2019-11-26 14:50:43 -08: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({});