Skip to content

Commit e1d45c7

Browse files
committed
Autocomplete: Document that _renderItemData() calls _renderItem()
Fixes jquerygh-201
1 parent adc3c3c commit e1d45c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/autocomplete.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ _renderItem: function( ul, item ) {
208208
</method>
209209
<method name="_renderMenu">
210210
<desc>
211-
Method that controls building the widget's menu. The method is passed an empty <code>&lt;ul&gt;</code> and an array of items that match the user typed term. Creation of the individual <code>&lt;li&gt;</code> elements should be delegated to <code>_renderItemData()</code>.
211+
Method that controls building the widget's menu. The method is passed an empty <code>&lt;ul&gt;</code> and an array of items that match the user typed term. Creation of the individual <code>&lt;li&gt;</code> elements should be delegated to <code>_renderItemData()</code>, which in turn delegates to the <a href="#method-_renderItem"><code>_renderItem()</code></a> extension point.
212212
</desc>
213213
<argument name="ul" type="jQuery">
214214
<desc>An empty <code>&lt;ul&gt;</code> element to use as the widget's menu.</desc>

0 commit comments

Comments
 (0)