Changes between Version 6 and Version 7 of Ticket #7260, comment 5
- Timestamp:
- Apr 18, 2011, 3:30:26 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7260, comment 5
v6 v7 19 19 Here's a fiddle with me changing that one line: http://jsfiddle.net/jboesch26/Ungsa/ 20 20 21 This would allow looping over objects with length props. This newEach proposal seems to be slightly faster as well: http://jsperf.com/each-object-supporting-length-key/621 This would allow looping over objects with length props. This newEach2 proposal seems to be slightly faster as well: http://jsperf.com/each-object-supporting-length-key/6 22 22 23 23 If this is cool, I'll make a pull request.