diff --git a/src/core/h.js b/src/core/h.js index a8bf3e29d..fa90dfa6d 100644 --- a/src/core/h.js +++ b/src/core/h.js @@ -14,6 +14,7 @@ BI.h = function (type, props, children) { }, props); } return BI.extend({ + type: type, items: children }, props); }; \ No newline at end of file