UNPKG

mithril

Version:

A framework for building brilliant applications

13 lines (9 loc) 279 B
"use strict" var Vnode = require("../render/vnode") var hyperscriptVnode = require("./hyperscriptVnode") module.exports = function() { var vnode = hyperscriptVnode.apply(0, arguments) vnode.tag = "[" vnode.children = Vnode.normalizeChildren(vnode.children) return vnode }