mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-08-02 10:29:31 -04:00
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
|
|
Object.implement('mustache', function(view, partials){
|
|
return Mustache.render(view, this, partials);
|
|
});
|
|
})();
|