work.suroh.tk/node_modules/mustache/wrappers/mootools/mustache.js.post

6 lines
128 B
Plaintext

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