Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js48496 var laneSet, laneSets;
48500 laneSet = container.childLaneSet;
48502 if (!laneSet) {
48504 container.childLaneSet = laneSet;
48505 laneSet.$parent = container;
48508 return laneSet;
48518 laneSet = laneSets[0];
48520 if (!laneSet) {
48522 laneSet.$parent = container;
48523 laneSets.push(laneSet);
[all …]