From cb01937b04c44f047ab6bfdf168d5ea99fbd560a Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 22 Oct 2013 04:06:44 -0700 Subject: [PATCH] Correct CSS zoom parameter. --- Viewer-options.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Viewer-options.mediawiki b/Viewer-options.mediawiki index 4203e9f..944578d 100644 --- a/Viewer-options.mediawiki +++ b/Viewer-options.mediawiki @@ -20,4 +20,4 @@ Example: http://www.example.com/pdf.js#page=2 ** off: disable textLayer generation ** visible, shadow, hover: apply the CSS class textlayer-{value} to all text layers * pdfBug: handle PDF bugs -* useCssZoom: set to true to use only CSS zoom. Example: useCssZoom=true \ No newline at end of file +* useOnlyCssZoom: set to true to use only CSS zoom. Example: useOnlyCssZoom=true \ No newline at end of file