lunaisadev-website-old/node_modules/mustache/wrappers/mootools/mustache.js.post

6 lines
128 B
Plaintext
Raw Normal View History

2021-07-28 01:40:12 +00:00
Object.implement('mustache', function(view, partials){
return Mustache.render(view, this, partials);
});
})();