Skip to content

Commit d36cac4

Browse files
kfuledead-claudia
authored andcommitted
Remove unnecessary comment.
This was a supplemental comment about capturing DOM nodes in `vnode.instance`, but the related code has already been removed.
1 parent bbc5e04 commit d36cac4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

render/render.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ module.exports = function() {
9393
}
9494
vnode.dom = temp.firstChild
9595
vnode.domSize = temp.childNodes.length
96-
// Capture nodes to remove, so we don't confuse them.
9796
var fragment = getDocument(parent).createDocumentFragment()
9897
var child
9998
while (child = temp.firstChild) {

0 commit comments

Comments
 (0)