1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Fix fingerprint name.

This commit is contained in:
Brendan Dahl 2012-04-10 12:17:43 -07:00
parent 737ed84174
commit fbd9fcd8fb

View file

@ -67,7 +67,7 @@
return this.pdf.numPages;
},
get fingerprint() {
return this.pdf.fingerPrint;
return this.pdf.fingerprint;
},
getPage: function(number) {
var promise = new PDFJS.Promise();