Skip to content

Commit 008d684

Browse files
committed
Update graham_scan.js
1 parent 683f60f commit 008d684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graham_scan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ConvexHullGrahamScan.prototype = {
1818
Point: function (x, y, name) {
1919
this.x = x;
2020
this.y = y;
21-
this.name = name;
21+
this.name = name;
2222
},
2323

2424
_findPolarAngle: function (a, b) {

0 commit comments

Comments
 (0)