1
0
Fork 0
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:
Brendan Dahl 2012-02-15 14:55:16 -08:00
parent 45e3db77f2
commit f17a1679eb
5 changed files with 5 additions and 4 deletions

View file

@ -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) {