diff --git a/bower.json b/bower.json index 244301656..57cacb553 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.1027", + "version": "1.0.1029", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 97d1f3f37..eb0ba3c29 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.1027'; -PDFJS.build = 'bcfdd5b'; +PDFJS.version = '1.0.1029'; +PDFJS.build = '50fe7c8'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -11530,11 +11530,7 @@ var LinkAnnotation = (function LinkAnnotationClosure() { return url; } - Util.inherit(LinkAnnotation, InteractiveAnnotation, { - hasOperatorList: function LinkAnnotation_hasOperatorList() { - return false; - } - }); + Util.inherit(LinkAnnotation, InteractiveAnnotation, { }); return LinkAnnotation; })(); diff --git a/build/pdf.js b/build/pdf.js index 55bfcf1a0..4cefe4332 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.1027'; -PDFJS.build = 'bcfdd5b'; +PDFJS.version = '1.0.1029'; +PDFJS.build = '50fe7c8'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.worker.js b/build/pdf.worker.js index 04111d17d..71b83a460 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.1027'; -PDFJS.build = 'bcfdd5b'; +PDFJS.version = '1.0.1029'; +PDFJS.build = '50fe7c8'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -5394,11 +5394,7 @@ var LinkAnnotation = (function LinkAnnotationClosure() { return url; } - Util.inherit(LinkAnnotation, InteractiveAnnotation, { - hasOperatorList: function LinkAnnotation_hasOperatorList() { - return false; - } - }); + Util.inherit(LinkAnnotation, InteractiveAnnotation, { }); return LinkAnnotation; })(); diff --git a/package.json b/package.json index 1d1d05012..76fa58994 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.0.1027", + "version": "1.0.1029", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",