Skip to content

Commit e21d649

Browse files
committed
jQuery.widget: _super() accepts any type of argument, not just strings.
1 parent 806e539 commit e21d649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/jQuery.widget.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,9 @@ this._off( this.element, "click" );
474474
<desc>
475475
Invokes the method of the same name from the parent widget, with any specified arguments. Essentially <code>.call()</code>.
476476
</desc>
477-
<argument name="arg" type="String" optional="true" rest="true">
477+
<argument name="arg" type="Object" optional="true" rest="true">
478478
<desc>
479-
Zero to many string arguments to pass to the parent widget's method.
479+
Zero to many arguments to pass to the parent widget's method.
480480
</desc>
481481
</argument>
482482
<example>

0 commit comments

Comments
 (0)