Merge pull request #2805 from Saftpresse99/master

Update typeahead.d.ts
This commit is contained in:
Masahiro Wakame
2014-09-15 23:23:26 +09:00
+1 -1
View File
@@ -159,7 +159,7 @@ declare module Twitter.Typeahead {
* The associated suggestion object will serve as the context.
* Defaults to the value of displayKey wrapped in a p tag i.e. <p>{{value}}</p>.
*/
suggestion?: string;
suggestion?: (datum: any) => string;
}