Explorar o código

Docs: Use let instead of const.

Mugen87 %!s(int64=4) %!d(string=hai) anos
pai
achega
5bf214287f
Modificáronse 1 ficheiros con 1 adicións e 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 );