Bundled output for commit 24b96817a3 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2017-03-07 14:52:18 +00:00
parent 24b96817a3
commit 3e5597e4d0
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
new function() {
;(function() {
function Vnode(tag, key, attrs0, children, text, dom) {
return {tag: tag, key: key, attrs: attrs0, children: children, text: text, dom: dom, domSize: undefined, state: {}, events: undefined, instance: undefined, skip: false}
@ -1198,4 +1198,4 @@ m.version = "1.0.1"
m.vnode = Vnode
if (typeof module !== "undefined") module["exports"] = m
else window.m = m
}
}());