Skip to content

Commit 806e539

Browse files
committed
jQuery.widget: Documenting _super()'s optional string argument(s). Fixes #179.
1 parent ac91382 commit 806e539

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

entries/jQuery.widget.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,11 @@ 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">
478+
<desc>
479+
Zero to many string arguments to pass to the parent widget's method.
480+
</desc>
481+
</argument>
477482
<example>
478483
<desc>Handle <code>title</code> option updates and call the parent widget's <code>_setOption()</code> to update the internal storage of the option.</desc>
479484
<code><![CDATA[

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"grunt": "0.3.17",
2525
"grunt-clean": "0.3.0",
2626
"grunt-wordpress": "1.0.7",
27-
"grunt-jquery-content": "0.10.4",
27+
"grunt-jquery-content": "0.10.6",
2828
"grunt-check-modules": "0.1.0"
2929
},
3030
"devDependencies": {},

0 commit comments

Comments
 (0)