6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
|
|
Object.implement('mustache', function(view, partials){
|
|
return Mustache.render(view, this, partials);
|
|
});
|
|
})();
|