From bc9fc1f776e7a5c7e3424eda7e09a42ac83341a9 Mon Sep 17 00:00:00 2001 From: Noah Chen Date: Wed, 21 Oct 2015 23:54:42 -0400 Subject: [PATCH] Update webcola.d.ts --- webcola/webcola.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcola/webcola.d.ts b/webcola/webcola.d.ts index 9b185bf5c..ca1de5470 100644 --- a/webcola/webcola.d.ts +++ b/webcola/webcola.d.ts @@ -1,6 +1,6 @@ // Type definitions for webcola 3.1.1 // Project: https://github.com/tgdwyer/WebCola -// Definitions by: Noah Chen +// Definitions by: Qinfeng Chen , Tim Dwyer , Noah Chen // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module cola { function applyPacking(graphs: Array, w: any, h: any, node_size: any, desired_ratio?: number): void;