mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Trying to fix browser_ctrlTab.js failure on OS X...
This commit is contained in:
parent
d4ff64754c
commit
0519efc9d2
@ -44,7 +44,7 @@ function next() {
|
||||
if (uris.length)
|
||||
next();
|
||||
else
|
||||
finish();
|
||||
executeSoon(finish);
|
||||
}, 100);
|
||||
}, false);
|
||||
}, false);
|
||||
|
Loading…
Reference in New Issue
Block a user