From 91b7030bf40f7df6249528308f60e06c59727354 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Wed, 23 Jul 2014 23:59:27 -0700 Subject: [PATCH] fix typo --- web/viewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/viewer.js b/web/viewer.js index 0300ce239..7250fa722 100644 --- a/web/viewer.js +++ b/web/viewer.js @@ -1852,7 +1852,7 @@ function webViewerInitialized() { document.getElementById('viewFind').classList.add('hidden'); } - // Listen for unsuporrted features to trigger the fallback UI. + // Listen for unsupported features to trigger the fallback UI. PDFJS.UnsupportedManager.listen(PDFView.fallback.bind(PDFView)); // Suppress context menus for some controls