Files
framework/public/plugins/mustache/wrappers/mootools/mustache.js.post
T
2023-01-24 20:31:23 +00:00

6 lines
128 B
Plaintext

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