| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 88da3af commit 45fd44c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1424,7 +1424,7 @@ if (isWindows) { | |||
| 1424 | 1424 | }; | |
| 1425 | 1425 | } else { | |
| 1426 | 1426 | splitRoot = function splitRoot(str) { | |
| 1427 | - for (var i = 0; i < str.length; ++i) { | ||
| 1427 | + for (let i = 0; i < str.length; ++i) { | ||
| 1428 | 1428 | if (str.charCodeAt(i) !== CHAR_FORWARD_SLASH) | |
| 1429 | 1429 | return str.slice(0, i); | |
| 1430 | 1430 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments