Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js855 this.findNextDown=function(node,criteria){if(!node){return null function
859 }var next=this.findNextDown(child,criteria);
870 }if(!upOnly){var next=this.findNextDown(node,criteria);
875 }var next=this.findNextDown(sib,criteria);