Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js869 this.findNext=function(node,criteria,upOnly,maxRoot){if(!node){return null argument
877 }}if(node.parentNode&&node.parentNode!=maxRoot){return this.findNext(node.parentNode,criteria,true)
879 this.findPrevious=function(node,criteria,downOnly,maxRoot){if(!node){return null argument
887 }}if(node.parentNode&&node.parentNode!=maxRoot){if(criteria(node.parentNode)){return node.parentNode