Skip to content

Commit 9597d90

Browse files
dcodeIOMaxGraey
andauthored
Update lib/loader/umd/index.js
Co-authored-by: Max Graey <[email protected]>
1 parent a2f7067 commit 9597d90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/loader/umd/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ var loader = (function(exports) {
6262
fatal: true
6363
});
6464
} catch {
65-
let str = "";
66-
let off = 0;
65+
let str = "", off = 0;
6766

6867
while (len > STRING_CHUNKSIZE) {
6968
str += String.fromCharCode.apply(String, wtf16.subarray(off, off += STRING_CHUNKSIZE));

0 commit comments

Comments
 (0)