Removing bad dependency ref

It's breaking the NuGet auto build:  see: https://ci.appveyor.com/project/JasonJarrett/nugetautomation/build/1.0.2356
This commit is contained in:
Jason Jarrett 2015-10-26 12:18:03 -07:00
parent b104f61d0e
commit a9ded5b70e

View File

@ -949,7 +949,6 @@ declare module cola {
powerGraph: any;
};
}
/// <reference path="../extern/d3.d.ts" />
/// <reference path="layout.d.ts" />
declare module cola {
class D3StyleLayoutAdaptor extends Layout {