#5245 closed defect (fixed)
XmlStore docs say "item must be an XML element"
Reported by: | Sam Foster | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | DojoX Data | Version: | 1.0 |
Keywords: | docs | Cc: | Jared Jurkiewicz |
Blocked By: | Blocking: |
Description
Docs for all the api methods in dojox/data/XmlStore.js say "item: An XML element" and, description: 'item' must be an XML element.
but the first line of each method is var element = item.element;
The items in this implementation are actually instances of vuitx.data.XmlItem?, which have an element property whose value is the element.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | dojox.data.XmlStore_20071205.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [11714]) Docs update. fixes #5245