Merge pull request #5075 from coolwanglu/master

fix typo
This commit is contained in:
Tim van der Meij 2014-07-24 14:26:06 +02:00
commit 9b9e2a3d63

View File

@ -1852,7 +1852,7 @@ function webViewerInitialized() {
document.getElementById('viewFind').classList.add('hidden'); 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)); PDFJS.UnsupportedManager.listen(PDFView.fallback.bind(PDFView));
// Suppress context menus for some controls // Suppress context menus for some controls