mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
Fix errors reported by the semi-spacing
ESLint rule
http://eslint.org/docs/rules/semi-spacing
This commit is contained in:
parent
aae27e76bb
commit
551eb263e3
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ function arraysToBytes(arr) {
|
||||||
}
|
}
|
||||||
var resultLength = 0;
|
var resultLength = 0;
|
||||||
var i, ii = arr.length;
|
var i, ii = arr.length;
|
||||||
var item, itemLength ;
|
var item, itemLength;
|
||||||
for (i = 0; i < ii; i++) {
|
for (i = 0; i < ii; i++) {
|
||||||
item = arr[i];
|
item = arr[i];
|
||||||
itemLength = arrayByteLength(item);
|
itemLength = arrayByteLength(item);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue