Merge remote-tracking branch 'origin/next' into components

This commit is contained in:
Leo Horie 2015-03-26 21:14:49 -04:00
commit 1586d8aaa1
2 changed files with 7 additions and 1 deletions

View file

@ -174,7 +174,7 @@ var m = (function app(window, undefined) {
for (var prop in existing) actions.push(existing[prop])
var changes = actions.sort(sortChanges);
var newCached = new Array(cached.length)
newCached.nodes = []
newCached.nodes = cached.nodes.slice()
for (var i = 0, change; change = changes[i]; i++) {
if (change.action === DELETION) {