Opened 15 years ago
Closed 15 years ago
#946 closed enhancement (duplicate)
dojo.dom.moveChildren might benefit from ...
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Core | Version: | 0.3 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
dojo.dom.moveChildren might benefit from appending all childnodes to a new document fragment and then appending that fragment to destNode in one operation instead of calling destNode.appendChild for each node to be moved
Change History (1)
comment:1 Changed 15 years ago by
Cc: | [email protected]… added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Dup of #945. Ken - please list in #945 why you suggested that change.