Opened 12 years ago
Closed 12 years ago
#9383 closed bug (invalid)
data from assoc array (object) not accessible
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | misc | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
following lines work with jQuery 1.4.4. After update to 1.6.1 it produces unexpected results, when debugging using firebug:
var searchAttributes = { ... };
....
console.log( searchAttribtes ); console.log( searchAttribtesplayerID? );
The first line returns the expected contents of the objects with the key 'playerID' set. The next line returns (an empty string).
As it stated switching to 1.4.4 and not changing any part of the code returns the correct value.
best regards
Change History (3)
comment:1 Changed 12 years ago by
comment:3 Changed 12 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Per OP request
Note: See
TracTickets for help on using
tickets.
it should have stated:
searchAttribtes[playerID]