diff --git a/typeahead/typeahead-tests.ts b/typeahead/typeahead-tests.ts index dee467e0f..f93049a44 100644 --- a/typeahead/typeahead-tests.ts +++ b/typeahead/typeahead-tests.ts @@ -4,7 +4,7 @@ // // Examples from http://twitter.github.com/typeahead.js/examples // -declare var Hogan: any; +declare var Hogan: string; // Countries // Prefetches data, stores it in localStorage, and searches it on the client