gabzim / circle-to-polygon

Receives a Coordinate, a Radius and a Number of edges and aproximates a circle by creating a polygon that fills its area
ISC License
113 stars 29 forks source link

Fixed missing semicolon which causes IE11 to crash #23

Closed JanLoebel closed 4 years ago

JanLoebel commented 4 years ago

I had to fix a missing semicolon, which in my angular project lead to a crash in IE11 which complained about that missing semicolon.

JanLoebel commented 4 years ago

Indeed!

JanLoebel commented 4 years ago

Any chances that there will be a new release 2.0.2 soon? I'm using leaflet-lasso which is using your project, so I will have to create a new pull request there also whenever the fix is available :)

johachi commented 4 years ago

@JanLoebel , I will to that update now!