]> source.dussan.org Git - jquery.git/commitdiff
retrieving list with getAttribute is fine, no need to add list here anymore 317/head
authortimmywil <tim.willison@thisismedium.com>
Mon, 11 Apr 2011 23:30:20 +0000 (19:30 -0400)
committertimmywil <tim.willison@thisismedium.com>
Mon, 11 Apr 2011 23:30:20 +0000 (19:30 -0400)
src/attributes.js

index c34cd6193870e33859603343fbb481b82f165cbb..5ccbf2cdecd55fc232f5ec89f46ca79e1969ada3 100644 (file)
@@ -479,7 +479,7 @@ jQuery.each([ "selected", "checked", "readOnly", "disabled" ], function( i, name
 
 // Some attributes require a special call on IE
 if ( !jQuery.support.hrefNormalized ) {
-       jQuery.each([ "href", "src", "width", "height", "list" ], function( i, name ) {
+       jQuery.each([ "href", "src", "width", "height" ], function( i, name ) {
                jQuery.attrHooks[ name ] = jQuery.extend( jQuery.attrHooks[ name ], {
                        get: function( elem ) {
                                var ret = elem.getAttribute( name, 2 );