1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

fix indentation again

This commit is contained in:
Muhammad Fikri 2011-09-21 21:05:40 +07:00
parent 34b6416017
commit 14bbd82ce5

View file

@ -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);
}
};