Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js5783 p1 = updateEndpoint(cell, p.Endpoint1, true, implicitY, null, source);
5799 p2 = updateEndpoint(cell, p.Endpoint2, false, implicitY, null, target);
6047 function updateEndpoint(cell, endpoint, source, ignoreX, ignoreY, endCell) function