Explorar el Código

Docs: Use let instead of const.

Mugen87 hace 4 años
padre
commit
5bf214287f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/index.html

+ 1 - 1
docs/index.html

@@ -445,7 +445,7 @@
 				// ['Geometry', '.morphTarget'] or ['Geometry', '#morphTarget']
 				// Note: According RFC 3986 no '#' allowed inside of an URL fragment!
 
-				const parts = [];
+				let parts = [];
 
 				const dotIndex = pageName.indexOf( oldDelimiter );