aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2006-11-28 11:36:54 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2006-11-28 11:36:54 +0000
commitfea94528e2cad2d94e4e642273a5a98eb98c1729 (patch)
tree1086f8fdd4f3a90ccc4f85a0aa13b7308236f96f /src/ajax
parenta2ab7ef088046c8e3af7e38dabb8746050e97396 (diff)
downloadjquery-fea94528e2cad2d94e4e642273a5a98eb98c1729.tar.gz
jquery-fea94528e2cad2d94e4e642273a5a98eb98c1729.zip
Fixed docs for $.ajax for data option
Diffstat (limited to 'src/ajax')
-rw-r--r--src/ajax/ajax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ajax/ajax.js b/src/ajax/ajax.js
index f0f448aa1..51f9d609f 100644
--- a/src/ajax/ajax.js
+++ b/src/ajax/ajax.js
@@ -468,7 +468,7 @@ jQuery.extend({
* function gets passed two arguments: The XMLHttpRequest object and a
* string describing the type the success of the request.
*
- * (String) data - Data to be sent to the server. Converted to a query
+ * (Object|String) data - Data to be sent to the server. Converted to a query
* string, if not already a string. Is appended to the url for GET-requests.
* Override processData option to prevent processing.
*