#11869 closed bug (invalid)
Using $.each to iterate in a object with a number key is converting to string on callback
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I think I do expect a number in the first argument instead of a string, right?
Note: See
TracTickets for help on using
tickets.
Nope. Keys are always strings. Blame ECMA if you must.