We have too many unctions in this function.

This commit is contained in:
jaubourg
2011-10-02 09:50:09 -04:00
parent 9f5d56a8b5
commit 3e0fe5ea3b

View 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();
});