Browse Source

Docs: Use let instead of const.

Mugen87 4 năm trước cách đây
mục cha
commit
5bf214287f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 );