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