Skip to content

Commit

Permalink
Fix bug in click circle radius
Browse files Browse the repository at this point in the history
  • Loading branch information
edloper committed Dec 8, 2024
1 parent 8bb7c6b commit 0f4fba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/graph.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

class Graph {
constructor(draw, options) {
constructor(draw, options = {}) {
this.draw = draw;
this.dots = []
this.tris = []
Expand Down

0 comments on commit 0f4fba2

Please sign in to comment.