mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
fix indentation again
This commit is contained in:
parent
34b6416017
commit
14bbd82ce5
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ var PDFView = {
|
|||
var data = (xhr.mozResponseArrayBuffer || xhr.mozResponse ||
|
||||
xhr.responseArrayBuffer || xhr.response);
|
||||
|
||||
document.getElementById('loading').style.display = "none";
|
||||
document.getElementById('loading').style.display = "none";
|
||||
PDFView.load(data, scale);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue