diff --git a/typeahead/typeahead.d.ts b/typeahead/typeahead.d.ts index d377bf75b..159caaacd 100644 --- a/typeahead/typeahead.d.ts +++ b/typeahead/typeahead.d.ts @@ -352,7 +352,7 @@ declare module Bloodhound } declare class Bloodhound { - constructor(options: Bloodhound.BloodhoundOptions) + constructor(options: Bloodhound.BloodhoundOptions); /** * wraps the suggestion engine in an adapter that is compatible with the typeahead jQuery plugin */