Browse Source

PDF.js version 1.0.958

master v1.0.958
Pdf Bot 10 years ago
parent
commit
89ed1c922f
  1. 2
      bower.json
  2. 12
      build/pdf.combined.js
  3. 12
      build/pdf.js
  4. 4
      build/pdf.worker.js
  5. 2
      package.json

2
bower.json

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

12
build/pdf.combined.js

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {}; (typeof window !== 'undefined' ? window : this).PDFJS = {};
} }
PDFJS.version = '1.0.956'; PDFJS.version = '1.0.958';
PDFJS.build = 'de98380'; PDFJS.build = '6e7651a';
(function pdfjsWrapper() { (function pdfjsWrapper() {
// Use strict in our context only - users might not want it // Use strict in our context only - users might not want it
@ -5223,7 +5223,7 @@ var WebGLUtils = (function WebGLUtilsClosure() {
} }
var currentGL, currentCanvas; var currentGL, currentCanvas;
function generageGL() { function generateGL() {
if (currentGL) { if (currentGL) {
return; return;
} }
@ -5281,7 +5281,7 @@ var WebGLUtils = (function WebGLUtilsClosure() {
function initSmaskGL() { function initSmaskGL() {
var canvas, gl; var canvas, gl;
generageGL(); generateGL();
canvas = currentCanvas; canvas = currentCanvas;
currentCanvas = null; currentCanvas = null;
gl = currentGL; gl = currentGL;
@ -5413,7 +5413,7 @@ var WebGLUtils = (function WebGLUtilsClosure() {
function initFiguresGL() { function initFiguresGL() {
var canvas, gl; var canvas, gl;
generageGL(); generateGL();
canvas = currentCanvas; canvas = currentCanvas;
currentCanvas = null; currentCanvas = null;
gl = currentGL; gl = currentGL;
@ -5581,7 +5581,7 @@ var WebGLUtils = (function WebGLUtilsClosure() {
} }
var enabled = false; var enabled = false;
try { try {
generageGL(); generateGL();
enabled = !!currentGL; enabled = !!currentGL;
} catch (e) { } } catch (e) { }
return shadow(this, 'isEnabled', enabled); return shadow(this, 'isEnabled', enabled);

12
build/pdf.js

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {}; (typeof window !== 'undefined' ? window : this).PDFJS = {};
} }
PDFJS.version = '1.0.956'; PDFJS.version = '1.0.958';
PDFJS.build = 'de98380'; PDFJS.build = '6e7651a';
(function pdfjsWrapper() { (function pdfjsWrapper() {
// Use strict in our context only - users might not want it // Use strict in our context only - users might not want it
@ -5267,7 +5267,7 @@ var WebGLUtils = (function WebGLUtilsClosure() {
} }
var currentGL, currentCanvas; var currentGL, currentCanvas;
function generageGL() { function generateGL() {
if (currentGL) { if (currentGL) {
return; return;
} }
@ -5325,7 +5325,7 @@ var WebGLUtils = (function WebGLUtilsClosure() {
function initSmaskGL() { function initSmaskGL() {
var canvas, gl; var canvas, gl;
generageGL(); generateGL();
canvas = currentCanvas; canvas = currentCanvas;
currentCanvas = null; currentCanvas = null;
gl = currentGL; gl = currentGL;
@ -5457,7 +5457,7 @@ var WebGLUtils = (function WebGLUtilsClosure() {
function initFiguresGL() { function initFiguresGL() {
var canvas, gl; var canvas, gl;
generageGL(); generateGL();
canvas = currentCanvas; canvas = currentCanvas;
currentCanvas = null; currentCanvas = null;
gl = currentGL; gl = currentGL;
@ -5625,7 +5625,7 @@ var WebGLUtils = (function WebGLUtilsClosure() {
} }
var enabled = false; var enabled = false;
try { try {
generageGL(); generateGL();
enabled = !!currentGL; enabled = !!currentGL;
} catch (e) { } } catch (e) { }
return shadow(this, 'isEnabled', enabled); return shadow(this, 'isEnabled', enabled);

4
build/pdf.worker.js vendored

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {}; (typeof window !== 'undefined' ? window : this).PDFJS = {};
} }
PDFJS.version = '1.0.956'; PDFJS.version = '1.0.958';
PDFJS.build = 'de98380'; PDFJS.build = '6e7651a';
(function pdfjsWrapper() { (function pdfjsWrapper() {
// Use strict in our context only - users might not want it // Use strict in our context only - users might not want it

2
package.json

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

Loading…
Cancel
Save