bug 904590 - useless settimeout call in test_prompt_async.html test r=jduell

This commit is contained in:
Patrick McManus 2013-09-05 20:47:04 -04:00
parent d860a35a0a
commit aaf8fd0e39

View File

@ -362,7 +362,7 @@
case 3:
dialog.cancelDialog();
setTimeout(onFrameLoad(), 10); // there are no successful frames for test 3
setTimeout(onFrameLoad, 10); // there are no successful frames for test 3
break;
case 4:
@ -374,7 +374,7 @@
case 5:
dialog.cancelDialog();
setTimeout(onFrameLoad(), 10); // there are no successful frames for test 5
setTimeout(onFrameLoad, 10); // there are no successful frames for test 5
break;
case 6: