mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Move debugger to the web folder.
This commit is contained in:
parent
45e3db77f2
commit
f17a1679eb
5 changed files with 5 additions and 4 deletions
|
@ -57,6 +57,7 @@ function getPdf(arg, callback) {
|
|||
xhr.send(null);
|
||||
}
|
||||
globalScope.PDFJS.getPdf = getPdf;
|
||||
globalScope.PDFJS.pdfBug = false;
|
||||
|
||||
var Page = (function PageClosure() {
|
||||
function Page(xref, pageNumber, pageDict, ref) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue