From c0faaf0ebc278b3c3feae8cc63b1b5570303296f Mon Sep 17 00:00:00 2001 From: Igor Oleinikov Date: Mon, 10 Mar 2014 21:43:25 +0400 Subject: [PATCH] promises-a-plus: fixed Q import casing in tests --- promises-a-plus/promises-a-plus-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promises-a-plus/promises-a-plus-tests.ts b/promises-a-plus/promises-a-plus-tests.ts index 5ae93113a..fa1453645 100644 --- a/promises-a-plus/promises-a-plus-tests.ts +++ b/promises-a-plus/promises-a-plus-tests.ts @@ -1,7 +1,7 @@ /// /// /// -/// +/// /// var thenNum: PromisesAPlus.Thenable;