(arg)
| 6262 | // list of elements, we normalize for different kinds of arguments |
| 6263 | |
| 6264 | var defineFunction_ordargument = function ordargument(arg) { |
| 6265 | var node = checkNodeType(arg, "ordgroup"); |
| 6266 | return node ? node.body : [arg]; |
| 6267 | }; |
| 6268 | // CONCATENATED MODULE: ./src/buildHTML.js |
| 6269 | /** |
| 6270 | * This file does the main work of building a domTree structure from a parse |