Fixed broken test typeahead/typeahead-tests.ts

This commit is contained in:
Masahiro Wakame
2013-12-24 13:10:04 +09:00
parent 8c6ce6c2b1
commit 8bd6d2732e
+1 -1
View File
@@ -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