Bundled output for commit 65b4116666 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2016-10-28 13:56:57 +00:00
parent b8d33bc6db
commit db956d7194
2 changed files with 5 additions and 4 deletions

View file

@ -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) {