Opened 11 years ago
Closed 11 years ago
#13398 closed defect (fixed)
dojo/dom-attr return values for “has” and “remove” are wrong
Reported by: | Colin Snover | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | HTML | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
should be
return { attr: dojo.attr, has: dojo.hasAttr, remove: dojo.removeAttr, getNodeProp: dojo.getNodeProp };
Change History (2)
comment:1 Changed 11 years ago by
Component: | Core → HTML |
---|---|
Milestone: | tbd → 1.7 |
Owner: | set to bill |
Status: | new → assigned |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [25751]) fix typos in module return value, fixes #13398, thanks csnover