Opened 9 years ago
Closed 9 years ago
#15165 closed defect (invalid)
dojo/NodeList-data - removeData method
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Query | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When I use this syntax
node.removeData(key);
data-dojo-dataid attribute didnt remove.
Result is undefined what is correct but the data-dojo-dataid is still in DOM. Is it correct?
Change History (1)
comment:1 Changed 9 years ago by
Component: | General → Query |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Yes, I think that's correct, it's supposed to affect what the data() method returns, see the manual page.