DefinitelyTyped/dagre
Christian Beilschmidt 6d5af489f8 Fixed dagre-d3 and extended dagre (#9143)
* added the `options` field to dagre's `setEdge`

* added a test as well
* changed some style issues according to linter (var -> let)

* exported `dagre-d3` so it is possible to import it with SystemJS

* Atom's TypeScript package now accepts the import
* changed some style issues according to linter (var -> let)

* changed `let` to `const` whenever it is possible.

* changed `let` to `const` whenever it is possible.

* `const` is possible here as well because the object reference does not change.
2016-05-06 01:49:08 +09:00
..
dagre-tests.ts Fixed dagre-d3 and extended dagre (#9143) 2016-05-06 01:49:08 +09:00
dagre.d.ts Fixed dagre-d3 and extended dagre (#9143) 2016-05-06 01:49:08 +09:00