diff --git a/web/pdf_find_controller.js b/web/pdf_find_controller.js index 56d0d4e09..337622c8f 100644 --- a/web/pdf_find_controller.js +++ b/web/pdf_find_controller.js @@ -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;