Remove redundant lines that break the examples (#1294)
This commit is contained in:
parent
67433a7816
commit
6206bc435e
1 changed files with 0 additions and 3 deletions
|
|
@ -65,7 +65,4 @@ function hyperscript(selector) {
|
||||||
return Vnode(selector, attrs && attrs.key, attrs || {}, Vnode.normalizeChildren(children), undefined, undefined)
|
return Vnode(selector, attrs && attrs.key, attrs || {}, Vnode.normalizeChildren(children), undefined, undefined)
|
||||||
}
|
}
|
||||||
|
|
||||||
hyperscript.trust = require("./trust")
|
|
||||||
hyperscript.fragment = require("./fragment")
|
|
||||||
|
|
||||||
module.exports = hyperscript
|
module.exports = hyperscript
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue