mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-15 15:56:58 +02:00
9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
/**
|
|
* Above is the original mustache code.
|
|
*/
|
|
|
|
// EXPOSE qooxdoo variant
|
|
qx.bom.Template.version = this.Mustache.version;
|
|
qx.bom.Template.render = this.Mustache.render;
|
|
|
|
}).call({}); |