2
0
Files
node-red-contrib-mi-devices/node-red-contrib-xiaomi-ht/node_modules/mustache/wrappers/mootools/mustache.js.post
Harald Rietman 0b086db400 Initial commit
2017-06-25 18:48:17 +02:00

6 lines
128 B
Plaintext

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