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

6 lines
128 B
Plaintext
Raw Normal View History

2024-07-08 01:49:38 +00:00
Object.implement('mustache', function(view, partials){
return Mustache.render(view, this, partials);
});
})();