From fbd9fcd8fbfa14688e60c58cf062b55d04c2bfe0 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Tue, 10 Apr 2012 12:17:43 -0700 Subject: [PATCH] Fix fingerprint name. --- src/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.js b/src/api.js index a8bb5fb65..220b738a0 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();