fixed test file

This commit is contained in:
Qinfeng Chen
2015-01-15 17:08:32 -05:00
parent 374f2ae3ae
commit ae3b8438c9
+1 -1
View File
@@ -1,6 +1,6 @@
/// <reference path="dagre.d.ts"/>
module DagreTests {
var gDagre = dagre.graphlib.Graph();
var gDagre = new dagre.graphlib.Graph();
gDagre.setGraph({});
gDagre.setDefaultEdgeLabel(function(){
return ;