Searched refs:nextChild (Results 1 – 1 of 1) sorted by relevance
3062 EditorUi.prototype.repositionLibrary = function(nextChild) argument3066 if (nextChild == null)3077 nextChild = elts[elts.length - 1].nextSibling;3081 nextChild = (nextChild != null) ? nextChild : c.firstChild.nextSibling.nextSibling;3086 c.insertBefore(content, nextChild);