🌐 AI搜索 & 代理 主页
Skip to content

Commit a181a06

Browse files
author
Dirk Lemstra
committed
Minor change to the docs to log the object instead of assuming it is a string.
1 parent f919ce8 commit a181a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/jquery_typeahead.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Example usage:
245245

246246
```
247247
$('.typeahead').bind('typeahead:select', function(ev, suggestion) {
248-
console.log('Selection: ' + suggestion);
248+
console.log('Selection: ', suggestion);
249249
});
250250
```
251251

0 commit comments

Comments
 (0)