Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js6413 var value=name=="style"?formatStyles(node.style.cssText):attr.nodeValue;
6506 var formatStyles=function(styles){return isIE?styles.replace(/([^\s]+)\s*:/g,function(m,g){return g… function