We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806e539 commit e21d649Copy full SHA for e21d649
entries/jQuery.widget.xml
@@ -474,9 +474,9 @@ this._off( this.element, "click" );
474
<desc>
475
Invokes the method of the same name from the parent widget, with any specified arguments. Essentially <code>.call()</code>.
476
</desc>
477
- <argument name="arg" type="String" optional="true" rest="true">
+ <argument name="arg" type="Object" optional="true" rest="true">
478
479
- Zero to many string arguments to pass to the parent widget's method.
+ Zero to many arguments to pass to the parent widget's method.
480
481
</argument>
482
<example>
0 commit comments