@doodle3d/clipper-js
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -241,3 +241,3 @@ 'use strict'; | ||
var index = this.paths.indexOf(path); | ||
this.splice(index, 1); | ||
this.paths.splice(index, 1); | ||
} | ||
@@ -244,0 +244,0 @@ } |
@@ -241,3 +241,3 @@ 'use strict'; | ||
var index = this.paths.indexOf(path); | ||
this.splice(index, 1); | ||
this.paths.splice(index, 1); | ||
} | ||
@@ -244,0 +244,0 @@ } |
{ | ||
"name": "@doodle3d/clipper-js", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Clipper-lib abstraction layer (simplified API)", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -155,3 +155,3 @@ import ClipperLib from 'clipper-lib'; | ||
const index = this.paths.indexOf(path); | ||
this.splice(index, 1); | ||
this.paths.splice(index, 1); | ||
} | ||
@@ -158,0 +158,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98928