|
@@ -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.5.320';
|
|
|
|
-var pdfjsBuild = '10cd37c';
|
|
|
|
|
|
+var pdfjsVersion = '1.5.322';
|
|
|
|
+var pdfjsBuild = 'b6826a4';
|
|
|
|
|
|
var pdfjsFilePath =
|
|
var pdfjsFilePath =
|
|
typeof document !== 'undefined' && document.currentScript ?
|
|
typeof document !== 'undefined' && document.currentScript ?
|
|
@@ -49014,6 +49014,7 @@ var TextWidgetAnnotation = (function TextWidgetAnnotationClosure() {
|
|
WidgetAnnotation.call(this, params);
|
|
WidgetAnnotation.call(this, params);
|
|
|
|
|
|
this.data.textAlignment = Util.getInheritableProperty(params.dict, 'Q');
|
|
this.data.textAlignment = Util.getInheritableProperty(params.dict, 'Q');
|
|
|
|
+ this.data.maxLen = Util.getInheritableProperty(params.dict, 'MaxLen');
|
|
}
|
|
}
|
|
|
|
|
|
Util.inherit(TextWidgetAnnotation, WidgetAnnotation, {
|
|
Util.inherit(TextWidgetAnnotation, WidgetAnnotation, {
|