зеркало из https://github.com/mozilla/gecko-dev.git
Bug 597887 - mochitests: "Error: useless setTimeout call (missing quotes around argument?)" at "file_bug546995.html : 28". r=sicking a=tests
This commit is contained in:
Родитель
4b77c8d05f
Коммит
c44176f908
|
@ -25,7 +25,7 @@
|
|||
function load() {
|
||||
// When the function will be executed, the focus events from autofocus should
|
||||
// have been processed.
|
||||
setTimeout(parent.gGen.next(), 0);
|
||||
parent.SimpleTest.executeSoon(parent.gGen.next.bind(parent.gGen));
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче