Subversion Repositories JSX

Compare Revisions

Last modification

Ignore whitespace Rev 519 → Rev 520

/trunk/dom/css.js
372,7 → 372,7
return null;
}
 
computedStyle = obj.currentStyle;
computedStyle = oElement.currentStyle;
}
 
if (typeof computedStyle != "undefined")