mirror of
https://github.com/JonasunderscoreJones/aka-worker.git
synced 2025-10-23 09:59:19 +02:00
5 lines
128 B
Text
5 lines
128 B
Text
|
|
Object.implement('mustache', function(view, partials){
|
|
return Mustache.render(view, this, partials);
|
|
});
|
|
})();
|