Fix for bug #407, yet to be tested
[jquery.git] / src / ajax / ajaxTest.js
index 0462aad..ba5d4a4 100644 (file)
@@ -119,7 +119,7 @@ test("$.getScript(String, Function) - with callback", function() {
        stop();
        $.getScript("data/test.js", function() {
                ok( foobar == "bar", 'Check if script was evaluated' );
-               start();
+               setTimeout(start, 100);
        });
 });