Use the original element/fragment as the last item to be appended to the document...
authorColin Snover <github.com@zetafleet.com>
Fri, 28 Jan 2011 16:55:39 +0000 (10:55 -0600)
committerColin Snover <github.com@zetafleet.com>
Fri, 28 Jan 2011 16:55:39 +0000 (10:55 -0600)
commit0a0cff9d29c4bd559da689d96c532d06c03fce09
tree489e079c3625d15c7e8adac2bbcd2268f0474d8b
parentbbd3f4f3fe66fc4ce6c6db31a17a1c04037323be
Use the original element/fragment as the last item to be appended to the document instead of the first in order to prevent missing elements when appending to multiple elements. Fixes #8070.
src/manipulation.js
test/unit/manipulation.js