Skip to content

Commit c596377

Browse files
committed
Fixed placeholders for option method.
1 parent b125134 commit c596377

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/widget-method-option.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
</argument>
1111
</signature>
1212
<signature return="PlainObject">
13-
<desc>Gets an object containing key/value pairs representing the current <placeholder name="title"/> options hash.</desc>
13+
<desc>Gets an object containing key/value pairs representing the current <placeholder name="name"/> options hash.</desc>
1414
</signature>
1515
<signature>
16-
<desc>Sets the value of the <placeholder name="title"/> option associated with the specified <code>optionName</code>.</desc>
16+
<desc>Sets the value of the <placeholder name="name"/> option associated with the specified <code>optionName</code>.</desc>
1717
<argument name="optionName" type="String">
1818
<desc>The name of the option to set.</desc>
1919
</argument>
@@ -22,7 +22,7 @@
2222
</argument>
2323
</signature>
2424
<signature>
25-
<desc>Sets one or more options for the <placeholder name="title"/>.</desc>
25+
<desc>Sets one or more options for the <placeholder name="name"/>.</desc>
2626
<argument name="options" type="Object">
2727
<desc>A map of option-value pairs to set.</desc>
2828
</argument>

0 commit comments

Comments
 (0)