mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
5 lines
128 B
Text
5 lines
128 B
Text
|
|
Object.implement('mustache', function(view, partials){
|
|
return Mustache.render(view, this, partials);
|
|
});
|
|
})();
|