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:
Justin Wood 2010-10-07 16:22:04 +02:00
Родитель 4b77c8d05f
Коммит c44176f908
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>