mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-26 14:15:57 +08:00
Remove unneeded references
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="d3.d.ts" />
|
||||
|
||||
|
||||
//Example from http://bl.ocks.org/3887235
|
||||
interface TestPieChartData {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/// <reference path="../d3.d.ts" />
|
||||
/// <reference path="d3.superformula.d.ts" />
|
||||
|
||||
|
||||
|
||||
function superformula() {
|
||||
var size = 1000;
|
||||
|
||||
2
d3/plugins/index.d.ts
vendored
2
d3/plugins/index.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
/// <reference path="../d3.d.ts" />
|
||||
|
||||
|
||||
declare namespace d3 {
|
||||
export function superformula<T>(): Superformula<T>;
|
||||
|
||||
Reference in New Issue
Block a user