Skip to content

Commit

Permalink
remove assumption of excessChildren
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Apr 28, 2019
1 parent 5d8b3d5 commit 6617c7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/diff/children.js
Expand Up @@ -44,7 +44,6 @@ export function diffChildren(parentDom, newParentVNode, oldParentVNode, context,
if (excessDomChildren!=null) {
for (i = 0; oldDom==null && i < excessDomChildren.length; i++) {
oldDom = excessDomChildren[i];
oldChild = excessDomChildren[i];
}
}
else {
Expand Down

0 comments on commit 6617c7f

Please sign in to comment.