Skip to content

Commit 712d28f

Browse files
committed
set correct version on new $.get method
1 parent d460f74 commit 712d28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.get.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<entry type="method" name="jQuery.get" return="jqXHR">
33
<title>jQuery.get()</title>
44
<signature>
5-
<added>2.2</added>
5+
<added>3.0</added>
66
<argument name="settings" type="PlainObject" optional="false">
77
<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>
88
</argument>

0 commit comments

Comments
 (0)