No ticket. Get rid of comma expression in curCSS.

This commit is contained in:
Michał Gołębiowski 2013-09-24 14:11:24 +02:00
parent 0b9a182ecd
commit 9bf6aaf4ad

View File

@ -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;