소스 검색

PDF.js version 1.0.1082

Pdf Bot 10 년 전
부모
커밋
61a8e4d99f
5개의 변경된 파일14개의 추가작업 그리고 8개의 파일을 삭제
  1. 1 1
      bower.json
  2. 5 2
      build/pdf.combined.js
  3. 5 2
      build/pdf.js
  4. 2 2
      build/pdf.worker.js
  5. 1 1
      package.json

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.0.1080",
+  "version": "1.0.1082",
   "main": [
     "build/pdf.js",
     "build/pdf.worker.js"

+ 5 - 2
build/pdf.combined.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.1080';
-PDFJS.build = 'f6ad15d';
+PDFJS.version = '1.0.1082';
+PDFJS.build = '5251db9';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -1690,6 +1690,9 @@ PDFJS.disableStream = (PDFJS.disableStream === undefined ?
  * Disable pre-fetching of PDF file data. When range requests are enabled PDF.js
  * will automatically keep fetching more data even if it isn't needed to display
  * the current page. This default behavior can be disabled.
+ *
+ * NOTE: It is also necessary to disable streaming, see above,
+ *       in order for disabling of pre-fetching to work correctly.
  * @var {boolean}
  */
 PDFJS.disableAutoFetch = (PDFJS.disableAutoFetch === undefined ?

+ 5 - 2
build/pdf.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.1080';
-PDFJS.build = 'f6ad15d';
+PDFJS.version = '1.0.1082';
+PDFJS.build = '5251db9';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -1690,6 +1690,9 @@ PDFJS.disableStream = (PDFJS.disableStream === undefined ?
  * Disable pre-fetching of PDF file data. When range requests are enabled PDF.js
  * will automatically keep fetching more data even if it isn't needed to display
  * the current page. This default behavior can be disabled.
+ *
+ * NOTE: It is also necessary to disable streaming, see above,
+ *       in order for disabling of pre-fetching to work correctly.
  * @var {boolean}
  */
 PDFJS.disableAutoFetch = (PDFJS.disableAutoFetch === undefined ?

+ 2 - 2
build/pdf.worker.js

@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.1080';
-PDFJS.build = 'f6ad15d';
+PDFJS.version = '1.0.1082';
+PDFJS.build = '5251db9';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.0.1080",
+  "version": "1.0.1082",
   "description": "Generic build of Mozilla's PDF.js library.",
   "keywords": [
     "Mozilla",