Bug Tracker

Changes between Version 1 and Version 2 of Ticket #8993, comment 3


Ignore:
Timestamp:
Apr 30, 2011, 5:33:55 AM (12 years ago)
Author:
Robert Katić
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8993, comment 3

    v1 v2  
    33"Array-like objects, such as jQuery collections, are treated as arrays. In other words, if an object has a .length property and a value on the .length - 1 index, it is traversed as an array."
    44
    5 By such definition, in my opinion, NodeLists with length > 0 are also array-like objects.
    6 
    7 Are you saying that DOM objects are not objects? If so, can you point me to that part?
     5Ah yea, it's because of #9023, how silly of me.