line_push/node_modules/mustache/wrappers/mootools/mustache.js.post
2022-07-17 13:16:16 +08:00

6 lines
128 B
Plaintext

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