Remove redundant lines that break the examples (#1294)

This commit is contained in:
Pierre-Yves Gérardy 2016-09-21 04:46:09 +02:00 committed by Pat Cavit
parent 67433a7816
commit 6206bc435e

View file

@ -65,7 +65,4 @@ function hyperscript(selector) {
return Vnode(selector, attrs && attrs.key, attrs || {}, Vnode.normalizeChildren(children), undefined, undefined)
}
hyperscript.trust = require("./trust")
hyperscript.fragment = require("./fragment")
module.exports = hyperscript