Home
last modified time | relevance | path

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

/plugin/sectionedit/
H A Dscript.js58 var hasParentsWithDokuWikiContent = function( $nodeWithParents ) { function
68 return hasParentsWithDokuWikiContent( $nodeWithParents.parent() );
78 while( hasParentsWithDokuWikiContent( $toRemove.parent() ) ) {