Searched refs:addMax (Results 1 – 1 of 1) sorted by relevance
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 43509 function addMax(trbl, attr, value) { function 43551 addMax(maxTrbl, 'top', otherTrbl.top + LANE_MIN_DIMENSIONS.height); 43573 addMax(minTrbl, 'bottom', otherTrbl.top + LANE_MIN_DIMENSIONS.height); 43592 addMax(minTrbl, 'right', flowElementTrbl.right + LANE_RIGHT_PADDING); 43596 addMax(minTrbl, 'bottom', flowElementTrbl.bottom + LANE_BOTTOM_PADDING);
|