Bundled output for commit 622e009811 [skip ci]
This commit is contained in:
parent
622e009811
commit
f03427db85
2 changed files with 40 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue