Searched refs:formatStyles (Results 1 – 3 of 3) sorted by relevance
6402 var value=name=="style"?formatStyles(node.style.cssText):attr.nodeValue;6495 var formatStyles=function(styles){return isIE?styles.replace(/([^\s]+)\s*:/g,function(m,g){return g… function
24306 var value = name == "style" ? formatStyles(node.style.cssText) : attr.nodeValue;24622 var formatStyles = function(styles) function
6413 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.toLowerCase()+":" function