Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js3062 EditorUi.prototype.repositionLibrary = function(nextChild) argument
3066 if (nextChild == null)
3077 nextChild = elts[elts.length - 1].nextSibling;
3081 nextChild = (nextChild != null) ? nextChild : c.firstChild.nextSibling.nextSibling;
3086 c.insertBefore(content, nextChild);