Merge pull request #1704 from znation/master

Add module declaration to bootstrap.d.ts
This commit is contained in:
Masahiro Wakame
2014-02-18 12:20:48 +09:00
+3
View File
@@ -107,3 +107,6 @@ interface JQuery {
affix(options?: AffixOptions): JQuery;
}
declare module "bootstrap" {
}