agsamantha/node_modules/mustache/wrappers/mootools/mustache.js.post
2024-10-02 15:15:21 -05:00

5 lines
128 B
Text

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