Files
powerpoint-toolbox/node_modules/mustache/wrappers/mootools/mustache.js.post
T
2025-03-07 19:22:02 +01:00

6 lines
128 B
Plaintext

Object.implement('mustache', function(view, partials){
return Mustache.render(view, this, partials);
});
})();