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 c7803f8..4162d58 100644 (file)
@@ -276,7 +276,7 @@ test(".ajax() - retry with jQuery.ajax( this )", function() {
                                start();
                        }
                }
-       })
+       });
 
 });