Skip to content

Commit ba27b62

Browse files
committed
All: Document what was added in 1.13
1 parent da5c917 commit ba27b62

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

entries/accordion.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,11 @@
113113
<desc>Selector for the header element, applied via <code>.find()</code> on the main accordion element.</desc>
114114
</type>
115115
<type name="Function">
116+
<added>1.13</added>
116117
<argument name="accordionElement" type="jQuery">
117118
<desc>The accordion element</desc>
118119
</argument>
119-
<desc>A function accepting the accordion element and returning the header element.</desc>
120+
<desc>A function accepting the accordion element and returning the header element (added in <code>1.13</code>).</desc>
120121
</type>
121122
<example>
122123
<desc>Initialize the accordion with the <code>header</code> option specified as a function:</desc>

entries/datepicker.xml

+1
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@
459459
<desc>Called when the datepicker is selected. The function receives the selected date as text and the datepicker instance as parameters. <code>this</code> refers to the associated input field.</desc>
460460
</option>
461461
<option name="onUpdateDatepicker" type="Function" default="null">
462+
<added>1.13</added>
462463
<argument name="inst" type="Object"/>
463464
<desc>Called when the datepicker widget's DOM is updated. The function receives the datepicker instance as the only parameter. <code>this</code> refers to the associated input field.</desc>
464465
</option>

0 commit comments

Comments
 (0)