components, angular dbmon
This commit is contained in:
parent
ba378d3652
commit
3282ef3f77
30 changed files with 1270 additions and 248 deletions
|
|
@ -1,3 +1,7 @@
|
|||
"use strict"
|
||||
|
||||
var Node = require("../render/node")
|
||||
|
||||
module.exports = function(html) {
|
||||
return {tag: "<", key: undefined, attrs: undefined, children: html, text: undefined}
|
||||
return Node("<", undefined, undefined, html, undefined, undefined)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue