|
|
@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { |
|
|
|
typeof global !== 'undefined' ? global : this).PDFJS = {}; |
|
|
|
typeof global !== 'undefined' ? global : this).PDFJS = {}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.3.127'; |
|
|
|
PDFJS.version = '1.3.129'; |
|
|
|
PDFJS.build = 'ad4354c'; |
|
|
|
PDFJS.build = 'f17d672'; |
|
|
|
|
|
|
|
|
|
|
|
(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
|
|
|
@ -1991,7 +1991,7 @@ var LinkAnnotationElement = (function LinkAnnotationElementClosure() { |
|
|
|
* @returns {HTMLSectionElement} |
|
|
|
* @returns {HTMLSectionElement} |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
render: function LinkAnnotationElement_render() { |
|
|
|
render: function LinkAnnotationElement_render() { |
|
|
|
this.container.className = 'annotLink'; |
|
|
|
this.container.className = 'linkAnnotation'; |
|
|
|
|
|
|
|
|
|
|
|
var link = document.createElement('a'); |
|
|
|
var link = document.createElement('a'); |
|
|
|
link.href = link.title = this.data.url || ''; |
|
|
|
link.href = link.title = this.data.url || ''; |
|
|
|