From 0db96af9995078fa79915e203f1b5d1760f5b99b Mon Sep 17 00:00:00 2001 From: Zach Nation Date: Mon, 17 Feb 2014 14:07:20 -0800 Subject: [PATCH] Add module declaration to bootstrap so it can be required as an AMD module --- bootstrap/bootstrap.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap/bootstrap.d.ts b/bootstrap/bootstrap.d.ts index c14bf61d4..b9fe9cd59 100644 --- a/bootstrap/bootstrap.d.ts +++ b/bootstrap/bootstrap.d.ts @@ -107,3 +107,6 @@ interface JQuery { affix(options?: AffixOptions): JQuery; } + +declare module "bootstrap" { +}