Skip to content

Commit

Permalink
remove d3 path reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Chen committed May 12, 2016
1 parent f31637b commit f10c0f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions WebCola/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference path="extern/d3.d.ts" />

declare module 'webcola' {
function applyPacking(graphs: Array<any>, w: any, h: any, node_size: any, desired_ratio?: number): void;
function separateGraphs(nodes: any, links: any): any[];
Expand Down Expand Up @@ -846,7 +844,7 @@ export module shortestpaths{
}

class D3StyleLayoutAdaptor extends Layout {
event: D3.Dispatch;
event: d3.Dispatch;
trigger(e: Event): void;
kick(): void;
drag: () => any;
Expand Down

0 comments on commit f10c0f1

Please sign in to comment.