Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js7407 this.getInheritedRules(element,sections,usedProps);
7415 }},getInheritedRules:function(element,sections,usedProps){var parent=element.parentNode; method
7416 if(parent&&parent.nodeType==1){this.getInheritedRules(parent,sections,usedProps);