mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
commit
7989c125ba
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ var PDFFindController = {
|
|||
initialize: function(options) {
|
||||
if(typeof PDFFindBar === 'undefined' || PDFFindBar === null) {
|
||||
throw 'PDFFindController cannot be initialized ' +
|
||||
'without a PDFFindController instance';
|
||||
'without a PDFFindBar instance';
|
||||
}
|
||||
|
||||
this.pdfPageSource = options.pdfPageSource;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue