[Dojo-checkins] [dojo] #5245: XmlStore docs say "item must be an XML element"
dojo
trac at dojotoolkit.org
Tue Nov 27 15:48:58 UTC 2007
#5245: XmlStore docs say "item must be an XML element"
------------------------+---------------------------------------------------
Reporter: sfoster | Owner: jaredj
Type: defect | Status: new
Priority: normal | Milestone: 1.1
Component: DojoX Data | Version: 1.0
Severity: normal | Keywords: docs
------------------------+---------------------------------------------------
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.
--
Ticket URL: <http://trac.dojotoolkit.org/ticket/5245>
dojo <http://dojotoolkit.org/>
The Dojo UI Toolkit
More information about the Dojo-checkins
mailing list