Skip to content

Commit f20cd54

Browse files
committed
Autocomplete demo: Fixed reference to widget instance.
1 parent 649f105 commit f20cd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/autocomplete/custom-data.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
return false;
6767
}
6868
})
69-
.data( "autocomplete" )._renderItem = function( ul, item ) {
69+
.data( "ui-autocomplete" )._renderItem = function( ul, item ) {
7070
return $( "<li>" )
7171
.append( "<a>" + item.label + "<br>" + item.desc + "</a>" )
7272
.appendTo( ul );

0 commit comments

Comments
 (0)