]> source.dussan.org Git - jquery.git/commitdiff
We have too many unctions in this function.
authorjaubourg <j@ubourg.net>
Sun, 2 Oct 2011 13:50:09 +0000 (09:50 -0400)
committerjaubourg <j@ubourg.net>
Sun, 2 Oct 2011 13:50:09 +0000 (09:50 -0400)
test/unit/ajax.js

index 7e59c7112a1cfceba912cdc1775dd5a37f0fccf7..9e11087b03d51d539ade5766c3ba2857a027530f 100644 (file)
@@ -251,7 +251,7 @@ test( "jQuery.ajax - multiple method signatures introduced in 1.5 ( #8107)", fun
                jQuery.ajax("data/name.html").success(function() { ok( true, "With only string URL argument" ); }),
                jQuery.ajax("data/name.html", {} ).success(function() { ok( true, "With string URL param and map" ); }),
                jQuery.ajax({ url: "data/name.html"} ).success(function() { ok( true, "With only map" ); })
-       ).always(functionunction() {
+       ).always(function() {
                start();
        });