Permalink
Browse files
Fix Typeahead (regression introduced by commit c59b8ba)
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/lib/control/typeahead/source/TypeaheadSource.js
|
@@ -317,6 +317,7 @@ JX.install('TypeaheadSource', { |
|
|
return JX.$N(
|
|
|
'a',
|
|
|
{
|
|
|
+ sigil: 'typeahead-result',
|
|
|
href: data.uri,
|
|
|
name: data.name,
|
|
|
rel: data.id,
|
|
|
0 comments on commit
524a8ee