|
|
@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {})); |
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
'use strict'; |
|
|
|
'use strict'; |
|
|
|
|
|
|
|
|
|
|
|
var pdfjsVersion = '1.4.85'; |
|
|
|
var pdfjsVersion = '1.4.87'; |
|
|
|
var pdfjsBuild = 'ebe6fb2'; |
|
|
|
var pdfjsBuild = 'c53581f'; |
|
|
|
|
|
|
|
|
|
|
|
var pdfjsFilePath = |
|
|
|
var pdfjsFilePath = |
|
|
|
typeof document !== 'undefined' && document.currentScript ? |
|
|
|
typeof document !== 'undefined' && document.currentScript ? |
|
|
@ -48485,13 +48485,9 @@ var TextAnnotation = (function TextAnnotationClosure() { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
this.data.hasPopup = dict.has('Popup'); |
|
|
|
this.data.hasPopup = dict.has('Popup'); |
|
|
|
if (!this.data.hasPopup) { |
|
|
|
|
|
|
|
// There is no associated Popup annotation, so the Text annotation
|
|
|
|
|
|
|
|
// must create its own popup.
|
|
|
|
|
|
|
|
this.data.title = stringToPDFString(dict.get('T') || ''); |
|
|
|
this.data.title = stringToPDFString(dict.get('T') || ''); |
|
|
|
this.data.contents = stringToPDFString(dict.get('Contents') || ''); |
|
|
|
this.data.contents = stringToPDFString(dict.get('Contents') || ''); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Util.inherit(TextAnnotation, Annotation, {}); |
|
|
|
Util.inherit(TextAnnotation, Annotation, {}); |
|
|
|
|
|
|
|
|
|
|
|