From 9a255728e96567e002dd2ae841845ed5e5fa8eea Mon Sep 17 00:00:00 2001 From: hansrwindhoff Date: Tue, 30 Apr 2013 08:15:27 -0600 Subject: [PATCH] Force is part of Layout I missed that ... --- d3/d3.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/d3/d3.d.ts b/d3/d3.d.ts index 8b89b88cb2..eb1c5b2e2a 100644 --- a/d3/d3.d.ts +++ b/d3/d3.d.ts @@ -989,6 +989,7 @@ declare module D3 { interface Layout { stack(): StackLayout; pie(): PieLayout; + force(): ForceLayout; } interface StackLayout {