From d8e3f1da72dc41d00db22edae6a1b6cabf23e36d Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Tue, 28 May 2013 17:31:54 -0500 Subject: [PATCH] Adds missing link-annotation-border file and lint error --- src/annotation.js | 2 +- test/pdfs/link-annotation-border.pdf.link | 1 + test/test_manifest.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 test/pdfs/link-annotation-border.pdf.link diff --git a/src/annotation.js b/src/annotation.js index c4447944b..3eb922da3 100644 --- a/src/annotation.js +++ b/src/annotation.js @@ -16,7 +16,7 @@ */ /* globals Util, isDict, isName, stringToPDFString, TODO, Dict, Stream, stringToBytes, PDFJS, isWorker, assert, NotImplementedException, - Promise */ + Promise, isArray */ 'use strict'; diff --git a/test/pdfs/link-annotation-border.pdf.link b/test/pdfs/link-annotation-border.pdf.link new file mode 100644 index 000000000..5db354d19 --- /dev/null +++ b/test/pdfs/link-annotation-border.pdf.link @@ -0,0 +1 @@ +https://bugzilla.mozilla.org/attachment.cgi?id=726621 diff --git a/test/test_manifest.json b/test/test_manifest.json index 8012474a4..0e5fcfcf3 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -731,7 +731,7 @@ }, { "id": "link-annotation-border", "file": "pdfs/link-annotation-border.pdf", - "md5": "a1d07bc17482e32111c27a57283e07b8", + "md5": "a0550889b010df9fabe4e2107662c8c4", "rounds": 1, "lastPage": 1, "link": true,