1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 01:58: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

@ -203,7 +203,7 @@ var WorkerMessageHandler = {
function indexPage(pageNum) {
if (pageNum > numPages) {
console.log('text indexing=: time=%dms', Date.now() - start);
console.log('text indexing: time=%dms', Date.now() - start);
handler.send('text_extracted', [index]);
return;