Bundled output for commit 622e009811 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2017-10-16 06:40:15 +00:00
parent 622e009811
commit f03427db85
2 changed files with 40 additions and 40 deletions

View file

@ -605,7 +605,7 @@ var coreRenderer = function($window) {
if (oldIndex != null) {
var movable = old[oldIndex]
var shouldRecycle = (pool != null && oldIndex >= old.length - pool.length) || ((pool == null) && recycling)
updateNode(parent, movable, v, hooks, getNextSibling(old, oldEnd + 1, nextSibling), recycling, ns)
updateNode(parent, movable, v, hooks, getNextSibling(old, oldEnd + 1, nextSibling), shouldRecycle, ns)
insertNode(parent, toFragment(movable), nextSibling)
old[oldIndex].skip = true
if (movable.dom != null) nextSibling = movable.dom