mirror of https://github.com/sbt/sbt.git
Merge pull request #89 from chtefi/patch-1
Use v0.4.16 of dagre-d3 to avoid javascript error
This commit is contained in:
commit
e551c8f526
|
|
@ -33,7 +33,7 @@ THE SOFTWARE.
|
|||
<script src="http://d3js.org/d3.v3.js"></script>
|
||||
<script src="http://cpettitt.github.io/project/graphlib-dot/v0.6.1/graphlib-dot.js"></script>
|
||||
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
|
||||
<script src="http://cpettitt.github.io/project/dagre-d3/v0.4.10/dagre-d3.min.js"></script>
|
||||
<script src="http://cpettitt.github.io/project/dagre-d3/v0.4.16/dagre-d3.min.js"></script>
|
||||
<script src="dependencies.dot.js"></script>
|
||||
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue