mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed test file
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user