Add test for bug #3116

This commit is contained in:
timmywil 2011-03-25 10:40:46 -04:00
parent 47c80c2050
commit 3892df207d
2 changed files with 13 additions and 5 deletions

View file

@ -330,7 +330,7 @@ jQuery.extend({
// Check form objects in IE (multiple bugs related)
if ( isFormObjects ) {
// Returns undefined for empty string, which is the blank nodeValue in IE
// Return undefined for empty string, which is the blank nodeValue in IE
ret = elem.getAttributeNode( name ).nodeValue || undefined;
} else {
ret = elem.getAttribute( name );