Browse Source

PDF.js version 1.0.710

master v1.0.710
Yury Delendik 11 years ago
parent
commit
1e1a9dd1f7
  1. 2
      bower.json
  2. 6
      build/pdf.combined.js
  3. 4
      build/pdf.js
  4. 6
      build/pdf.worker.js
  5. 2
      package.json

2
bower.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.0.708",
"version": "1.0.710",
"keywords": [
"Mozilla",
"pdf",

6
build/pdf.combined.js

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.0.708';
PDFJS.build = '2f5c6d6';
PDFJS.version = '1.0.710';
PDFJS.build = '0dbac15';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -7895,7 +7895,7 @@ var ChunkedStream = (function ChunkedStreamClosure() { @@ -7895,7 +7895,7 @@ var ChunkedStream = (function ChunkedStreamClosure() {
}
},
ensureByte: function ChunkedStream_ensureRange(pos) {
ensureByte: function ChunkedStream_ensureByte(pos) {
var chunk = Math.floor(pos / this.chunkSize);
if (chunk === this.lastSuccessfulEnsureByteChunk) {
return;

4
build/pdf.js

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.0.708';
PDFJS.build = '2f5c6d6';
PDFJS.version = '1.0.710';
PDFJS.build = '0dbac15';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it

6
build/pdf.worker.js vendored

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.0.708';
PDFJS.build = '2f5c6d6';
PDFJS.version = '1.0.710';
PDFJS.build = '0dbac15';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -1865,7 +1865,7 @@ var ChunkedStream = (function ChunkedStreamClosure() { @@ -1865,7 +1865,7 @@ var ChunkedStream = (function ChunkedStreamClosure() {
}
},
ensureByte: function ChunkedStream_ensureRange(pos) {
ensureByte: function ChunkedStream_ensureByte(pos) {
var chunk = Math.floor(pos / this.chunkSize);
if (chunk === this.lastSuccessfulEnsureByteChunk) {
return;

2
package.json

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

Loading…
Cancel
Save