|
@@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {};
|
|
|
}
|
|
|
|
|
|
-PDFJS.version = '1.0.279';
|
|
|
-PDFJS.build = '41ccc9a';
|
|
|
+PDFJS.version = '1.0.281';
|
|
|
+PDFJS.build = 'c7c1639';
|
|
|
|
|
|
(function pdfjsWrapper() {
|
|
|
// Use strict in our context only - users might not want it
|
|
@@ -2462,6 +2462,13 @@ PDFJS.disableCreateObjectURL = (PDFJS.disableCreateObjectURL === undefined ?
|
|
|
PDFJS.disableWebGL = (PDFJS.disableWebGL === undefined ?
|
|
|
true : PDFJS.disableWebGL);
|
|
|
|
|
|
+/**
|
|
|
+ * Enables CSS only zooming.
|
|
|
+ * @var {boolean}
|
|
|
+ */
|
|
|
+PDFJS.useOnlyCssZoom = (PDFJS.useOnlyCssZoom === undefined ?
|
|
|
+ false : PDFJS.useOnlyCssZoom);
|
|
|
+
|
|
|
/**
|
|
|
* Controls the logging level.
|
|
|
* The constants from PDFJS.VERBOSITY_LEVELS should be used:
|