Comparing version
@@ -46,2 +46,3 @@ var isArray = require("x-is-array") | ||
} | ||
apply = diffChildren(a, b, patch, apply, index) | ||
} else { | ||
@@ -51,4 +52,2 @@ apply = appendPatch(apply, new VPatch(VPatch.VNODE, a, b)) | ||
} | ||
apply = diffChildren(a, b, patch, apply, index) | ||
} else { | ||
@@ -55,0 +54,0 @@ apply = appendPatch(apply, new VPatch(VPatch.VNODE, a, b)) |
{ | ||
"name": "vtree", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "a realtime tree diffing algorithm", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
19999
0.02%