mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix bug in TypeaheadOptions; update TooltipOptions and PopoverOptions
This commit is contained in:
@@ -35,6 +35,11 @@ $('#myCollapsible').collapse({ toggle: false });
|
||||
$('.carousel').carousel();
|
||||
$('.carousel').carousel({ interval: 2000 });
|
||||
|
||||
$('.typeahead').typeahead();
|
||||
$('.typeahead').typeahead({
|
||||
matcher: item => true,
|
||||
sorter: (items: any[]) => items,
|
||||
updater: item => item,
|
||||
highlighter: item => ""
|
||||
});
|
||||
|
||||
$('#navbar').affix();
|
||||
Reference in New Issue
Block a user