Skip to content

Commit 05caac8

Browse files
LaserMoaimgol
authored andcommitted
jQuery.ajax: Change DataType to dataType
Closes jquery#1088
1 parent 12bd7c4 commit 05caac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.ajax.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<added>1.0</added>
1616
<argument name="settings" type="PlainObject" optional="true">
1717
<desc>A set of key/value pairs that configure the Ajax request. All settings are optional. A default can be set for any option with <a href="/jQuery.ajaxSetup/">$.ajaxSetup()</a>.</desc>
18-
<property default="depends on DataType" name="accepts" type="PlainObject">
18+
<property default="depends on dataType" name="accepts" type="PlainObject">
1919
<desc>A set of key/value pairs that map a given <code>dataType</code> to its MIME type, which gets sent in the <code>Accept</code> request header. This header tells the server what kind of response it will accept in return. For example, the following defines a custom type <code>mycustomtype</code> to be sent with the request:
2020
<pre><code>
2121
$.ajax({

0 commit comments

Comments
 (0)