]> source.dussan.org Git - jquery.git/commitdiff
No ticket. Get rid of comma expression in curCSS.
authorMichał Gołębiowski <m.goleb@gmail.com>
Tue, 24 Sep 2013 12:11:24 +0000 (14:11 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Tue, 24 Sep 2013 12:11:24 +0000 (14:11 +0200)
src/css/curCSS.js

index 46704cfe271b75b4a7e7bf97f4d099d542490da9..e09574530390d83ff607b6e51cad69a40204402b 100644 (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;