Home | History | Annotate | Download | only in front-end

Lines Matching refs:nextChild

1213         var nextChild = this.parent.children[myIndex + 1];
1215 if (nextChild) {
1216 nextChild.previousSibling = this;
1217 this.nextSibling = nextChild;