Преглед изворни кода

Docs: Use let instead of const.

Mugen87 пре 4 година
родитељ
комит
5bf214287f
1 измењених фајлова са 1 додато и 1 уклоњено
  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 );