Trying to fix browser_ctrlTab.js failure on OS X...

This commit is contained in:
Dão Gottwald 2009-06-07 21:38:17 +02:00
parent d4ff64754c
commit 0519efc9d2

View File

@ -44,7 +44,7 @@ function next() {
if (uris.length) if (uris.length)
next(); next();
else else
finish(); executeSoon(finish);
}, 100); }, 100);
}, false); }, false);
}, false); }, false);