From cd3dab8451302796cd37630f4b20f8bf43ec2a1b Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Thu, 7 Jul 2016 00:06:45 +0100 Subject: [PATCH] PDF.js version 1.5.322 - See mozilla/pdf.js@b6826a46a849bb3c94d64c18f9e1b37c2f2cc354 --- bower.json | 2 +- build/pdf.combined.js | 5 +++-- build/pdf.js | 4 ++-- build/pdf.worker.js | 5 +++-- package.json | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 65d2d8091..a4dbc8eeb 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.5.320", + "version": "1.5.322", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 69f96edc9..bbdda5684 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {})); // Use strict in our context only - users might not want it 'use strict'; -var pdfjsVersion = '1.5.320'; -var pdfjsBuild = '10cd37c'; +var pdfjsVersion = '1.5.322'; +var pdfjsBuild = 'b6826a4'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? @@ -49014,6 +49014,7 @@ var TextWidgetAnnotation = (function TextWidgetAnnotationClosure() { WidgetAnnotation.call(this, params); this.data.textAlignment = Util.getInheritableProperty(params.dict, 'Q'); + this.data.maxLen = Util.getInheritableProperty(params.dict, 'MaxLen'); } Util.inherit(TextWidgetAnnotation, WidgetAnnotation, { diff --git a/build/pdf.js b/build/pdf.js index 082a684f5..135bcbb7a 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdf = {})); // Use strict in our context only - users might not want it 'use strict'; -var pdfjsVersion = '1.5.320'; -var pdfjsBuild = '10cd37c'; +var pdfjsVersion = '1.5.322'; +var pdfjsBuild = 'b6826a4'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? diff --git a/build/pdf.worker.js b/build/pdf.worker.js index 5f3d2c370..2c0095004 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfWorker = {})); // Use strict in our context only - users might not want it 'use strict'; -var pdfjsVersion = '1.5.320'; -var pdfjsBuild = '10cd37c'; +var pdfjsVersion = '1.5.322'; +var pdfjsBuild = 'b6826a4'; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? @@ -40668,6 +40668,7 @@ var TextWidgetAnnotation = (function TextWidgetAnnotationClosure() { WidgetAnnotation.call(this, params); this.data.textAlignment = Util.getInheritableProperty(params.dict, 'Q'); + this.data.maxLen = Util.getInheritableProperty(params.dict, 'MaxLen'); } Util.inherit(TextWidgetAnnotation, WidgetAnnotation, { diff --git a/package.json b/package.json index 6b1eb4bbc..47d453cd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.5.320", + "version": "1.5.322", "main": "build/pdf.js", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [