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

Lines Matching refs:curSection

711         var curSection = this;
713 curSection = curSection.nextSibling;
714 } while (curSection && !curSection.editable);
716 return curSection;
721 var curSection = this;
723 curSection = curSection.previousSibling;
724 } while (curSection && !curSection.editable);
726 return curSection;