summaryrefslogtreecommitdiff
path: root/node_modules/mustache/wrappers/mootools/mustache.js.post
blob: aa9b8fab78c6d7ab6206226b8410e7a9d13fae56 (plain)
1
2
3
4
5
    Object.implement('mustache', function(view, partials){
        return Mustache.render(view, this, partials);
    });
})();