mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Merge branch 'api' of git://github.com/mozilla/pdf.js.git into remove-rotatept
This commit is contained in:
commit
82dd32e807
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
return this.pdf.numPages;
|
return this.pdf.numPages;
|
||||||
},
|
},
|
||||||
get fingerprint() {
|
get fingerprint() {
|
||||||
return this.pdf.fingerPrint;
|
return this.pdf.fingerprint;
|
||||||
},
|
},
|
||||||
getPage: function(number) {
|
getPage: function(number) {
|
||||||
var promise = new PDFJS.Promise();
|
var promise = new PDFJS.Promise();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue