mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
process GUID changes *before* anything else
This commit is contained in:
parent
21f147b7bb
commit
c713a81236
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user