Browse Source

Docs: Use let instead of const.

Mugen87 4 years ago
parent
commit
5bf214287f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/index.html

+ 1 - 1
docs/index.html

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