Newer
Older
ez-indexation / app / node_modules / mustache / wrappers / mootools / mustache.js.post
@kieffer kieffer on 7 Mar 2017 128 bytes v0.0.0

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