Browse Source

Remove linter warning

Mugen87 7 years ago
parent
commit
5703d81cb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extras/Earcut.js

+ 1 - 1
src/extras/Earcut.js

@@ -167,7 +167,7 @@ function earcutLinked( ear, triangles, dim, minX, minY, invSize, pass ) {
 				ear = cureLocalIntersections( ear, triangles, dim );
 				ear = cureLocalIntersections( ear, triangles, dim );
 				earcutLinked( ear, triangles, dim, minX, minY, invSize, 2 );
 				earcutLinked( ear, triangles, dim, minX, minY, invSize, 2 );
 
 
-			// as a last resort, try splitting the remaining polygon into two
+				// as a last resort, try splitting the remaining polygon into two
 
 
 			} else if ( pass === 2 ) {
 			} else if ( pass === 2 ) {