Home
last modified time | relevance | path

Searched refs:childrenGfx (Results 1 – 1 of 1) sorted by relevance

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js7036 var childrenGfx;
7040 childrenGfx = gfx;
7042 childrenGfx = getChildren$1(gfx);
7043 if (!childrenGfx) {
7044 childrenGfx = create$1('g');
7047 append(gfx.parentNode, childrenGfx);
7051 return childrenGfx;
7094 type, childrenGfx, parentIndex, isFrame argument
7101 prependTo(outerGfx, childrenGfx, childrenGfx.childNodes[parentIndex]);
7103 append(childrenGfx, outerGfx);
[all …]