]> source.dussan.org Git - jquery.git/commitdiff
Yet another missing semicolon!
authorjaubourg <j@ubourg.net>
Tue, 11 Jan 2011 22:43:02 +0000 (23:43 +0100)
committerjaubourg <j@ubourg.net>
Tue, 11 Jan 2011 22:43:02 +0000 (23:43 +0100)
test/unit/ajax.js

index c7803f857acb5bf6c40448683b4a1fcac0ec385a..4162d585a133a426a0e3923a615a98056b9b2eb8 100644 (file)
@@ -276,7 +276,7 @@ test(".ajax() - retry with jQuery.ajax( this )", function() {
                                start();
                        }
                }
-       })
+       });
 
 });