Files
Smith a5f3794527 include prod deps in vcs with some exceptions
* cloudno.de has problems installing new dependencies lately..
2022-06-30 22:59:51 +02:00

6 lines
128 B
Plaintext

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