Bundled output for commit 9223521259 [skip ci]
This commit is contained in:
parent
9223521259
commit
123a413b68
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
;(function() {
|
;(function() {
|
||||||
|
"use strict"
|
||||||
function Vnode(tag, key, attrs0, children, text, dom) {
|
function Vnode(tag, key, attrs0, children, text, dom) {
|
||||||
return {tag: tag, key: key, attrs: attrs0, children: children, text: text, dom: dom, domSize: undefined, state: undefined, events: undefined, instance: undefined, skip: false}
|
return {tag: tag, key: key, attrs: attrs0, children: children, text: text, dom: dom, domSize: undefined, state: undefined, events: undefined, instance: undefined, skip: false}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue