mithril-vndb/render/trust.js
2016-04-20 20:02:37 -04:00

3 lines
No EOL
121 B
JavaScript

module.exports = function(html) {
return {tag: "<", key: undefined, attrs: undefined, children: html, text: undefined}
}