mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 09:45:42 +02:00
Fix errors reported by the keyword-spacing
ESLint rule
http://eslint.org/docs/rules/keyword-spacing
This commit is contained in:
parent
86ba634c97
commit
c36468cbce
7 changed files with 8 additions and 8 deletions
|
@ -374,7 +374,7 @@ var renderTextLayer = (function renderTextLayerClosure() {
|
|||
i++;
|
||||
}
|
||||
var j = horizon.length - 1;
|
||||
while(j >= 0 && horizon[j].start >= boundary.y2) {
|
||||
while (j >= 0 && horizon[j].start >= boundary.y2) {
|
||||
j--;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue