Browse Source

Fix fingerprint name.

Brendan Dahl 13 years ago
parent
commit
fbd9fcd8fb
  1. 2
      src/api.js

2
src/api.js

@ -67,7 +67,7 @@ @@ -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();

Loading…
Cancel
Save