Add module declaration to bootstrap so it can be required as an AMD module

This commit is contained in:
Zach Nation
2014-02-17 14:07:20 -08:00
parent 2aff984fa8
commit 0db96af999
+3
View File
@@ -107,3 +107,6 @@ interface JQuery {
affix(options?: AffixOptions): JQuery;
}
declare module "bootstrap" {
}