From 89ed1c922ffd55ca73b42abcb8b9914bc2415a13 Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Tue, 18 Nov 2014 15:58:32 +0000 Subject: [PATCH] PDF.js version 1.0.958 --- bower.json | 2 +- build/pdf.combined.js | 12 ++++++------ build/pdf.js | 12 ++++++------ build/pdf.worker.js | 4 ++-- package.json | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bower.json b/bower.json index 19e6d573e..540a5f638 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.956", + "version": "1.0.958", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 1bab80610..3b34e31ce 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.956'; -PDFJS.build = 'de98380'; +PDFJS.version = '1.0.958'; +PDFJS.build = '6e7651a'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -5223,7 +5223,7 @@ var WebGLUtils = (function WebGLUtilsClosure() { } var currentGL, currentCanvas; - function generageGL() { + function generateGL() { if (currentGL) { return; } @@ -5281,7 +5281,7 @@ var WebGLUtils = (function WebGLUtilsClosure() { function initSmaskGL() { var canvas, gl; - generageGL(); + generateGL(); canvas = currentCanvas; currentCanvas = null; gl = currentGL; @@ -5413,7 +5413,7 @@ var WebGLUtils = (function WebGLUtilsClosure() { function initFiguresGL() { var canvas, gl; - generageGL(); + generateGL(); canvas = currentCanvas; currentCanvas = null; gl = currentGL; @@ -5581,7 +5581,7 @@ var WebGLUtils = (function WebGLUtilsClosure() { } var enabled = false; try { - generageGL(); + generateGL(); enabled = !!currentGL; } catch (e) { } return shadow(this, 'isEnabled', enabled); diff --git a/build/pdf.js b/build/pdf.js index 881b1331f..2b732bc2b 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.956'; -PDFJS.build = 'de98380'; +PDFJS.version = '1.0.958'; +PDFJS.build = '6e7651a'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -5267,7 +5267,7 @@ var WebGLUtils = (function WebGLUtilsClosure() { } var currentGL, currentCanvas; - function generageGL() { + function generateGL() { if (currentGL) { return; } @@ -5325,7 +5325,7 @@ var WebGLUtils = (function WebGLUtilsClosure() { function initSmaskGL() { var canvas, gl; - generageGL(); + generateGL(); canvas = currentCanvas; currentCanvas = null; gl = currentGL; @@ -5457,7 +5457,7 @@ var WebGLUtils = (function WebGLUtilsClosure() { function initFiguresGL() { var canvas, gl; - generageGL(); + generateGL(); canvas = currentCanvas; currentCanvas = null; gl = currentGL; @@ -5625,7 +5625,7 @@ var WebGLUtils = (function WebGLUtilsClosure() { } var enabled = false; try { - generageGL(); + generateGL(); enabled = !!currentGL; } catch (e) { } return shadow(this, 'isEnabled', enabled); diff --git a/build/pdf.worker.js b/build/pdf.worker.js index 7532b2ce1..33a2b05a7 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.956'; -PDFJS.build = 'de98380'; +PDFJS.version = '1.0.958'; +PDFJS.build = '6e7651a'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index 6068beb1a..e0cc9b0cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.956", + "version": "1.0.958", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",