isArraylike #2238
isArraylike #2238
Comments
|
The code still acts as a defense against form aliasing: http://jsfiddle.net/Lz0k4bn4/ We can either drop support or add a unit test. |
|
Is this change fixing a bug, or removing a feature? |
Nuh-uh: http://jsfiddle.net/Lz0k4bn4/1/ (check the console) |
|
I must be missing something, here are some extra console logs: http://jsfiddle.net/Lz0k4bn4/2/ |
|
Never supported this usage, in fact, we have always closed issues like that, see the most recent one |
|
I agree, we have been closing them not because we are happy with having this bug, but because the aliasing problem is too hard to solve. |
|
I'm fine with removing it. |
if ( obj.nodeType === 1 && length ) {
return true;
}
this is not useful, because nodeList has no nodeType.
The text was updated successfully, but these errors were encountered: