added missing urls to some authors

fixed node urls
This commit is contained in:
Bart van der Schoor
2014-06-18 23:31:35 +02:00
parent e0953576fb
commit 3d64ea7395
12 changed files with 15 additions and 14 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
// Type definitions for DCJS
// Project: https://github.com/dc-js
// Definitions by: hans windhoff
// Definitions by: hans windhoff <https://github.com/hansrwindhoff>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// this makes only sense together with d3 and crossfilter so you need the d3.d.ts and crossfilter.d.ts files
///<reference path="../d3/d3.d.ts" />
@@ -195,4 +196,4 @@ export interface ILegendwidget {
export function rowChart(cssSel: string): IRowchart;
}
}