Opened 10 years ago
Closed 10 years ago
#13833 closed defect (wontfix)
doc of dojo/dom-attr needs update
Reported by: | Ming Zhe Huang | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Documentation | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
- wrong name for those API, they are still stick to "dojo.XXX".
- there are two duplicated API doc, like "dojo.hasAttr" and "exports.has".
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | 2011-09-06-dom-attr.patch added |
---|
comment:1 Changed 10 years ago by
The proposed patch includes the following changes:
- Replace the old API name with the most recent one, e.g. "dom.has", "dom.get", etc.
- Attach the independent comments to the belonging function definition to remove duplicated doc.
- Update some API usage in examples.
comment:2 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Names were carefully selected, and should not be changed. "exports" was used on purpose after painful debugging.
Note: See
TracTickets for help on using
tickets.
proposed patch