1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

add "find" images; function name fix

This commit is contained in:
notmasteryet 2011-12-19 18:05:32 -06:00
parent c85ec052b1
commit 3bde084ffd
3 changed files with 752 additions and 2 deletions

View file

@ -650,7 +650,7 @@ var PDFDoc = (function PDFDocClosure() {
throw data.error;
}, this);
messageHandler.on('text_extracted', function pdfDocError(data) {
messageHandler.on('text_extracted', function pdfTextExtracted(data) {
var index = data[0];
if (this.textExtracted)
this.textExtracted(index);