Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-Jaunet authored Aug 21, 2019
1 parent 0b5493b commit abb85a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let tool = [d3.select('#tool'), $('#tool').width(), $('#tool').height()];
let tool = [d3.select('#svg-tool'), $('#svg-tool').width(), $('#svg-tool').height()];
let tdata;
let margin = 20;
let iz = 0;
Expand Down

0 comments on commit abb85a8

Please sign in to comment.