We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c4f7a commit a6b3b6fCopy full SHA for a6b3b6f
1 file changed
entries/jQuery.getJSON.xml
@@ -6,7 +6,9 @@
6
<argument name="url" type="String">
7
<desc>A string containing the URL to which the request is sent.</desc>
8
</argument>
9
- <argument name="data" optional="true" type="PlainObject">
+ <argument name="data" optional="true">
10
+ <type name="PlainObject"/>
11
+ <type name="String"/>
12
<desc>A plain object or string that is sent to the server with the request.</desc>
13
14
<argument name="success" optional="true" type="Function">
0 commit comments