mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Remove some unintended changes.
This commit is contained in:
parent
176452c988
commit
948de2bdbe
3 changed files with 2 additions and 2 deletions
|
@ -16,6 +16,7 @@ var verbosity = WARNINGS;
|
|||
if (!globalScope.PDFJS) {
|
||||
globalScope.PDFJS = {};
|
||||
}
|
||||
|
||||
// getPdf()
|
||||
// Convenience function to perform binary Ajax GET
|
||||
// Usage: getPdf('http://...', callback)
|
||||
|
@ -446,7 +447,6 @@ var PDFDocModel = (function PDFDocModelClosure() {
|
|||
this.startXRef,
|
||||
this.mainXRefEntriesOffset);
|
||||
this.catalog = new Catalog(this.xref);
|
||||
this.objs = new PDFObjects();
|
||||
},
|
||||
get numPages() {
|
||||
var linearization = this.linearization;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue