Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jul 15, 2017
1 parent 2597831 commit b99f926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/moon.js
Original file line number Diff line number Diff line change
Expand Up @@ -879,9 +879,9 @@
var childVnode = null;
for(var i = 0; i < newLength; i++) {
childVnode = children$1[i];
oldVNode.children.push(childVnode);
appendChild(createNodeFromVNode(childVnode), childVnode, node);
}
oldVNode.children = children$1;
} else {
var totalLen = newLength > oldLength ? newLength : oldLength;
var oldChild = null;
Expand Down
Loading

0 comments on commit b99f926

Please sign in to comment.