File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
<title >callbacks.fireWith()</title >
4
4
<signature >
5
5
<added >1.7</added >
6
- <argument name =" context" optional =" true" type =" Anything " >
6
+ <argument name =" context" optional =" true" type =" Object " >
7
7
<desc >A reference to the context in which the callbacks in the list should be fired.</desc >
8
8
</argument >
9
- <argument name =" args" optional =" true" type =" Array" >
10
- <desc >An array of arguments to pass to the callbacks in the list. If omitted or undefined, no arguments will be passed.</desc >
9
+ <argument name =" args" optional =" true" >
10
+ <desc >An argument, or array of arguments, to pass to the callbacks in the list.</desc >
11
+ <type name =" Array" />
12
+ <type name =" Anything" />
11
13
</argument >
12
14
</signature >
13
15
<desc >Call all callbacks in a list with the given context and arguments.</desc >
You can’t perform that action at this time.
0 commit comments