Bundled output for commit 9223521259 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2017-03-10 00:37:27 +00:00
parent 9223521259
commit 123a413b68

View file

@ -1,5 +1,5 @@
;(function() {
"use strict"
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}
}