Explorar el Código

Remove linter warning

Mugen87 hace 7 años
padre
commit
5703d81cb7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 );
 				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 ) {