From 499e68a1fe8630aec6e71bfef80b10b424b49585 Mon Sep 17 00:00:00 2001 From: Wim Looman Date: Sun, 7 Dec 2014 18:37:03 +1300 Subject: [PATCH] Add myself to the contributors for when --- when/when.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/when/when.d.ts b/when/when.d.ts index 1f71d9ebbd..a7436c1d8c 100644 --- a/when/when.d.ts +++ b/when/when.d.ts @@ -1,6 +1,6 @@ // Type definitions for When 2.4.0 // Project: https://github.com/cujojs/when -// Definitions by: Derek Cicerone +// Definitions by: Derek Cicerone and Wim Looman // Definitions: https://github.com/borisyankov/DefinitelyTyped declare function When(value: When.Promise): When.Promise;