From dd4c06677b59184c6a4a296e95a1005460fe7fc6 Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Mon, 22 Sep 2014 16:27:48 -0500 Subject: [PATCH] PDF.js version 1.0.398 --- bower.json | 2 +- build/pdf.combined.js | 7 +++---- build/pdf.js | 5 +++-- build/pdf.worker.js | 6 ++---- package.json | 2 +- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/bower.json b/bower.json index 679d4cdd7..064b23765 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.395", + "version": "1.0.398", "keywords": [ "Mozilla", "pdf", diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 69f5a1b52..58b6f1926 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.395'; -PDFJS.build = 'c4ed02e'; +PDFJS.version = '1.0.398'; +PDFJS.build = '7a83291'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -6425,6 +6425,7 @@ var AnnotationUtils = (function AnnotationUtilsClosure() { getHtmlElement: getHtmlElement }; })(); +PDFJS.AnnotationUtils = AnnotationUtils; @@ -16760,8 +16761,6 @@ var Annotation = (function AnnotationClosure() { return Annotation; })(); -PDFJS.Annotation = Annotation; - var WidgetAnnotation = (function WidgetAnnotationClosure() { diff --git a/build/pdf.js b/build/pdf.js index 9e37184a9..da1e08a5b 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.395'; -PDFJS.build = 'c4ed02e'; +PDFJS.version = '1.0.398'; +PDFJS.build = '7a83291'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -6469,6 +6469,7 @@ var AnnotationUtils = (function AnnotationUtilsClosure() { getHtmlElement: getHtmlElement }; })(); +PDFJS.AnnotationUtils = AnnotationUtils; }).call((typeof window === 'undefined') ? this : window); diff --git a/build/pdf.worker.js b/build/pdf.worker.js index a06b0a050..2187cb3bd 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.0.395'; -PDFJS.build = 'c4ed02e'; +PDFJS.version = '1.0.398'; +PDFJS.build = '7a83291'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -11925,8 +11925,6 @@ var Annotation = (function AnnotationClosure() { return Annotation; })(); -PDFJS.Annotation = Annotation; - var WidgetAnnotation = (function WidgetAnnotationClosure() { diff --git a/package.json b/package.json index 5c9f03bff..5c850698e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.395", + "version": "1.0.398", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",