#9918 closed bug (duplicate)
if $.data fails if the data has value 0
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | data | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Assume thisCache[ jQuery.camelCase( name ) ] returns 0 then the case thisCache[ name ] is evaluated.
This is a problem if 0 should be retrieved.
line 1516
thisCache[ name ] : |
thisCache;
Change History (5)
comment:1 Changed 12 years ago by
Component: | unfiled → data |
---|---|
Priority: | undecided → low |
Resolution: | → duplicate |
Status: | new → closed |
comment:6 Changed 12 years ago by
comment:7 Changed 12 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:8 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #9917.