提交 c643c433 编写于 作者: R Rachel Macfarlane

Remove extra whitespace in dom.ts

上级 75937542
......@@ -1403,7 +1403,7 @@ function toBinary(str: string): string {
let binary = '';
const uint8array = new Uint8Array(codeUnits.buffer);
for (let i = 0; i < uint8array.length; i++) {
binary += String.fromCharCode(uint8array[i]);
binary += String.fromCharCode(uint8array[i]);
}
return binary;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册