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