| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6b16836 commit bdca4d3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -534,7 +534,7 @@ function strEscape(str) { | |||
| 534 | 534 | continue; | |
| 535 | 535 | } | |
| 536 | 536 | } | |
| 537 | - result += `${StringPrototypeSlice(str, last, i)}${`\\u${point.toString(16)}`}`; | ||
| 537 | + result += `${StringPrototypeSlice(str, last, i)}\\u${point.toString(16)}`; | ||
| 538 | 538 | last = i + 1; | |
| 539 | 539 | } | |
| 540 | 540 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments