Remove unneeded references

This commit is contained in:
Ryan Cavanaugh
2016-05-10 12:22:25 -07:00
parent 50387d4046
commit e808e8e062
1168 changed files with 1308 additions and 1317 deletions

View File

@@ -1,4 +1,4 @@
/// <reference path="d3.d.ts" />
//Example from http://bl.ocks.org/3887235
interface TestPieChartData {

View File

@@ -1,5 +1,5 @@
/// <reference path="../d3.d.ts" />
/// <reference path="d3.superformula.d.ts" />
function superformula() {
var size = 1000;

View File

@@ -1,4 +1,4 @@
/// <reference path="../d3.d.ts" />
declare namespace d3 {
export function superformula<T>(): Superformula<T>;