mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
ESLint --fix
This commit is contained in:
parent
80d7ff4912
commit
ef1f255649
13 changed files with 47 additions and 47 deletions
|
@ -49,7 +49,7 @@ function buildSVG(viewport, textContent) {
|
|||
|
||||
function pageLoaded() {
|
||||
// Loading document and page text content
|
||||
var loadingTask = pdfjsLib.getDocument({url: PDF_PATH});
|
||||
var loadingTask = pdfjsLib.getDocument({ url: PDF_PATH, });
|
||||
loadingTask.promise.then(function(pdfDocument) {
|
||||
pdfDocument.getPage(PAGE_NUMBER).then(function (page) {
|
||||
var viewport = page.getViewport(PAGE_SCALE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue