Bundled output for commit 65b4116666 [skip ci]
This commit is contained in:
parent
b8d33bc6db
commit
db956d7194
2 changed files with 5 additions and 4 deletions
|
|
@ -73,6 +73,7 @@ function hyperscript(selector) {
|
|||
return Vnode(selector, attrs && attrs.key, attrs || {}, Vnode.normalizeChildren(children), undefined, undefined)
|
||||
}
|
||||
hyperscript.trust = function(html) {
|
||||
if (html == null) html = ""
|
||||
return Vnode("<", undefined, undefined, html, undefined, undefined)
|
||||
}
|
||||
hyperscript.fragment = function(attrs1, children) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue