Skip to content

Commit 0c56670

Browse files
dratini0gibson042
authored andcommitted
callbacks.fireWith: Update text and add value type information
Fixes jquerygh-1066 Closes jquerygh-1067
1 parent 9b33cd4 commit 0c56670

5 files changed

+7
-7
lines changed

entries/callbacks.fireWith.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<title>callbacks.fireWith()</title>
44
<signature>
55
<added>1.7</added>
6-
<argument name="context" optional="true">
6+
<argument name="context" optional="true" type="Anything">
77
<desc>A reference to the context in which the callbacks in the list should be fired.</desc>
88
</argument>
9-
<argument name="args" optional="true">
10-
<desc>An argument, or array of arguments, to pass to the callbacks in the list.</desc>
9+
<argument name="args" optional="true" type="ArrayLikeObject">
10+
<desc>An array or array-like object of arguments to pass to the callbacks in the list. If omitted or undefined, no arguments will be passed.</desc>
1111
</argument>
1212
</signature>
1313
<desc>Call all callbacks in a list with the given context and arguments.</desc>

entries/event.stopImmediatePropagation.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<entry type="method" name="event.stopImmediatePropagation" return="">
2+
<entry type="method" name="event.stopImmediatePropagation" return="undefined">
33
<title>event.stopImmediatePropagation()</title>
44
<signature>
55
<added>1.3</added>

entries/event.stopPropagation.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<entry type="method" name="event.stopPropagation" return="">
2+
<entry type="method" name="event.stopPropagation" return="undefined">
33
<title>event.stopPropagation()</title>
44
<signature>
55
<added>1.0</added>

entries/jQuery.ajaxSetup.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<entry type="method" name="jQuery.ajaxSetup" return="">
2+
<entry type="method" name="jQuery.ajaxSetup" return="PlainObject">
33
<title>jQuery.ajaxSetup()</title>
44
<signature>
55
<added>1.1</added>

entries/jQuery.globalEval.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<entry type="method" name="jQuery.globalEval" return="">
2+
<entry type="method" name="jQuery.globalEval" return="Anything">
33
<title>jQuery.globalEval()</title>
44
<signature>
55
<added>1.0.4</added>

0 commit comments

Comments
 (0)