Pārlūkot izejas kodu

Docs: Use let instead of const.

Mugen87 4 gadi atpakaļ
vecāks
revīzija
5bf214287f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 );