mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #5140 from breeze4/patch-1
Added trailing semicolon to Bloodhound constructor.
This commit is contained in:
Vendored
+1
-1
@@ -352,7 +352,7 @@ declare module Bloodhound
|
||||
}
|
||||
|
||||
declare class Bloodhound<T> {
|
||||
constructor(options: Bloodhound.BloodhoundOptions<T>)
|
||||
constructor(options: Bloodhound.BloodhoundOptions<T>);
|
||||
/**
|
||||
* wraps the suggestion engine in an adapter that is compatible with the typeahead jQuery plugin
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user