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

6 lines
128 B
Text
Raw Normal View History

2024-10-02 15:15:21 -05:00
Object.implement('mustache', function(view, partials){
return Mustache.render(view, this, partials);
});
})();