Bundled output for commit 24b96817a3 [skip ci]
This commit is contained in:
parent
24b96817a3
commit
3e5597e4d0
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
}());
|
||||
Loading…
Add table
Add a link
Reference in a new issue