From 0ab5bb4b42dd96ce838b5ffb315cd3d0f29d49e8 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Wed, 11 Mar 2015 21:09:03 +0100 Subject: [PATCH] Fixes minor typo from #5826 --- external/webL10n/l10n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/webL10n/l10n.js b/external/webL10n/l10n.js index 533fab6f8..3d5ecffaf 100644 --- a/external/webL10n/l10n.js +++ b/external/webL10n/l10n.js @@ -22,7 +22,7 @@ /* Additional modifications for PDF.js project: - Disables language initialization on page loading; - - Removes console.warn and console.log and use console.log/warn directly. + - Removes consoleWarn and consoleLog and use console.log/warn directly. - Removes window._ assignment. - Remove compatibility code for OldIE. */