mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
No ticket. Get rid of comma expression in curCSS.
This commit is contained in:
parent
0b9a182ecd
commit
9bf6aaf4ad
@ -18,7 +18,7 @@ if ( window.getComputedStyle ) {
|
|||||||
var width, minWidth, maxWidth, ret,
|
var width, minWidth, maxWidth, ret,
|
||||||
style = elem.style;
|
style = elem.style;
|
||||||
|
|
||||||
computed = computed || getStyles( elem ),
|
computed = computed || getStyles( elem );
|
||||||
|
|
||||||
// getPropertyValue is only needed for .css('filter') in IE9, see #12537
|
// getPropertyValue is only needed for .css('filter') in IE9, see #12537
|
||||||
ret = computed ? computed.getPropertyValue( name ) || computed[ name ] : undefined;
|
ret = computed ? computed.getPropertyValue( name ) || computed[ name ] : undefined;
|
||||||
|
Loading…
Reference in New Issue
Block a user