Merge pull request #5140 from breeze4/patch-1

Added trailing semicolon to Bloodhound constructor.
This commit is contained in:
Masahiro Wakame
2015-08-03 21:54:48 +09:00
+1 -1
View File
@@ -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
*/