Side navigation
#11869 closed bug (invalid)
Opened June 06, 2012 07:43PM UTC
Closed June 06, 2012 07:44PM UTC
Last modified June 06, 2012 07:53PM UTC
Using $.each to iterate in a object with a number key is converting to string on callback
Reported by: | jquery@fagnermartins.com | 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?
Nope. Keys are always strings. Blame ECMA if you must.