Ticket #5802 (closed enhancement: fixed)

Opened 3 months ago

Last modified 2 months ago

return NodeLists where appropriate

Reported by: alex Owned by: anonymous
Priority: normal Milestone: 1.2
Component: General Version: 1.0
Severity: normal Keywords:
Cc:

Description

functions which return arrays of DOM nodes should probably return dojo.NodeList? instances. For instance, dojo.dnd.Selector,getSelectedNodes() returns an array of nodes, but not a NodeList?.

Change History

Changed 2 months ago by alex

  • status changed from new to closed
  • resolution set to fixed

looks fixed. I didn't see anything obviously broken elsewhere after a cursory glance.

Note: See TracTickets for help on using tickets.