|
|
@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.0.1027'; |
|
|
|
PDFJS.version = '1.0.1029'; |
|
|
|
PDFJS.build = 'bcfdd5b'; |
|
|
|
PDFJS.build = '50fe7c8'; |
|
|
|
|
|
|
|
|
|
|
|
(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
|
|
|
@ -11530,11 +11530,7 @@ var LinkAnnotation = (function LinkAnnotationClosure() { |
|
|
|
return url; |
|
|
|
return url; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Util.inherit(LinkAnnotation, InteractiveAnnotation, { |
|
|
|
Util.inherit(LinkAnnotation, InteractiveAnnotation, { }); |
|
|
|
hasOperatorList: function LinkAnnotation_hasOperatorList() { |
|
|
|
|
|
|
|
return false; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return LinkAnnotation; |
|
|
|
return LinkAnnotation; |
|
|
|
})(); |
|
|
|
})(); |
|
|
|