Skip to content

Commit 76c6268

Browse files
committed
jQuery.get: fix default for type option
Closes gh-640
1 parent 881570d commit 76c6268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entries/jQuery.get.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<signature>
55
<added>3.0</added>
66
<argument name="settings" type="PlainObject" optional="false">
7-
<desc>A set of key/value pairs that configure the Ajax request. All properties except for <code>url</code> are optional. A default can be set for any option with <a href="/jQuery.ajaxSetup/">$.ajaxSetup()</a>. See <a href="/jquery.ajax/#jQuery-ajax-settings">jQuery.ajax( settings )</a> for a complete list of all settings. The type option will automatically be set to <code>POST</code>.</desc>
7+
<desc>A set of key/value pairs that configure the Ajax request. All properties except for <code>url</code> are optional. A default can be set for any option with <a href="/jQuery.ajaxSetup/">$.ajaxSetup()</a>. See <a href="/jquery.ajax/#jQuery-ajax-settings">jQuery.ajax( settings )</a> for a complete list of all settings. The type option will automatically be set to <code>GET</code>.</desc>
88
</argument>
99
</signature>
1010
<signature>

0 commit comments

Comments
 (0)