Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "earcut", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "The fastest and smallest JavaScript polygon triangulation library for your WebGL apps", | ||
@@ -5,0 +5,0 @@ "main": "src/earcut.js", |
@@ -12,3 +12,3 @@ 'use strict'; | ||
var triangles = []; | ||
earcutLinked(outerNode, triangles); | ||
if (outerNode) earcutLinked(outerNode, triangles); | ||
@@ -152,2 +152,3 @@ return triangles; | ||
start = filterPoints(start); | ||
if (!start) return; | ||
@@ -154,0 +155,0 @@ var a = start; |
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
81594
428