From: Brendan Dahl Date: Tue, 10 Apr 2012 19:17:43 +0000 (-0700) Subject: Fix fingerprint name. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fbd9fcd8fbfa14688e60c58cf062b55d04c2bfe0;p=pdf.js.git Fix fingerprint name. --- diff --git a/src/api.js b/src/api.js index a8bb5fb..220b738 100644 --- a/src/api.js +++ b/src/api.js @@ -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();