process GUID changes *before* anything else

This commit is contained in:
Dan Mills 2007-12-21 16:50:32 -08:00
parent 21f147b7bb
commit c713a81236

View File

@ -268,7 +268,7 @@ SyncCore.prototype = {
}
listA = listA.filter(function(elt) { return elt });
listB = listB.concat(guidChanges);
listB = guidChanges.concat(listB);
for (let i = 0; i < listA.length; i++) {
for (let j = 0; j < listB.length; j++) {