From 581852f8f21e3661ec4a7db0ce8d05f21fd5d18a Mon Sep 17 00:00:00 2001
From: Pdf Bot <pdfjsbot@gmail.com>
Date: Sat, 31 Jan 2015 12:13:09 +0000
Subject: [PATCH] PDF.js version 1.0.1132

---
 bower.json            | 2 +-
 build/pdf.combined.js | 6 +++---
 build/pdf.js          | 4 ++--
 build/pdf.worker.js   | 6 +++---
 package.json          | 2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/bower.json b/bower.json
index 8fe838078..56248b690 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.0.1130",
+  "version": "1.0.1132",
   "main": [
     "build/pdf.js",
     "build/pdf.worker.js"
diff --git a/build/pdf.combined.js b/build/pdf.combined.js
index d4558ccdc..da2775bdc 100644
--- a/build/pdf.combined.js
+++ b/build/pdf.combined.js
@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.1130';
-PDFJS.build = 'e4f0ae2';
+PDFJS.version = '1.0.1132';
+PDFJS.build = '294c4a8';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -11675,7 +11675,7 @@ var LinkAnnotation = (function LinkAnnotationClosure() {
     data.annotationType = AnnotationType.LINK;
 
     var action = dict.get('A');
-    if (action) {
+    if (action && isDict(action)) {
       var linkType = action.get('S').name;
       if (linkType === 'URI') {
         var url = action.get('URI');
diff --git a/build/pdf.js b/build/pdf.js
index 5ca05ef10..e4e9253d9 100644
--- a/build/pdf.js
+++ b/build/pdf.js
@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.1130';
-PDFJS.build = 'e4f0ae2';
+PDFJS.version = '1.0.1132';
+PDFJS.build = '294c4a8';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
diff --git a/build/pdf.worker.js b/build/pdf.worker.js
index cdfe13d3c..17ab3e6a2 100644
--- a/build/pdf.worker.js
+++ b/build/pdf.worker.js
@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
   (typeof window !== 'undefined' ? window : this).PDFJS = {};
 }
 
-PDFJS.version = '1.0.1130';
-PDFJS.build = 'e4f0ae2';
+PDFJS.version = '1.0.1132';
+PDFJS.build = '294c4a8';
 
 (function pdfjsWrapper() {
   // Use strict in our context only - users might not want it
@@ -5350,7 +5350,7 @@ var LinkAnnotation = (function LinkAnnotationClosure() {
     data.annotationType = AnnotationType.LINK;
 
     var action = dict.get('A');
-    if (action) {
+    if (action && isDict(action)) {
       var linkType = action.get('S').name;
       if (linkType === 'URI') {
         var url = action.get('URI');
diff --git a/package.json b/package.json
index c04419d4d..5a3843c7e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pdfjs-dist",
-  "version": "1.0.1130",
+  "version": "1.0.1132",
   "description": "Generic build of Mozilla's PDF.js library.",
   "keywords": [
     "Mozilla",