2
0
Files
node-red-contrib-mi-devices/node-red-contrib-xiaomi-ht/node_modules/mustache/wrappers/mootools/mustache.js.post
T

6 lines
128 B
Plaintext
Raw Normal View History

2017-06-25 18:48:17 +02:00
Object.implement('mustache', function(view, partials){
return Mustache.render(view, this, partials);
});
})();