fix issue #424
This commit is contained in:
parent
aacc618dfd
commit
0ac28928f3
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ var m = (function app(window, undefined) {
|
||||||
action: MOVE,
|
action: MOVE,
|
||||||
index: i,
|
index: i,
|
||||||
from: existing[key].index,
|
from: existing[key].index,
|
||||||
element: parentElement.childNodes[existing[key].index] || $document.createElement("div")
|
element: cached.nodes[existing[key].index] || $document.createElement("div")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else unkeyed.push({index: i, element: parentElement.childNodes[i] || $document.createElement("div")})
|
else unkeyed.push({index: i, element: parentElement.childNodes[i] || $document.createElement("div")})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue