From 8bd6d2732e6b3e0609ffa6146d8977db0261eb04 Mon Sep 17 00:00:00 2001 From: Masahiro Wakame Date: Tue, 24 Dec 2013 13:10:04 +0900 Subject: [PATCH] Fixed broken test typeahead/typeahead-tests.ts --- typeahead/typeahead-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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