@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.3.64",
"version": "1.3.66",
"main": [
"build/pdf.js",
"build/pdf.worker.js"
@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.3.64';
PDFJS.build = 'a966022';
PDFJS.version = '1.3.66';
PDFJS.build = '7b144c0';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
"description": "Generic build of Mozilla's PDF.js library.",
"keywords": [
"Mozilla",
@ -566,7 +566,7 @@ var PDFLinkService = (function () {
return pdfOpenParams;
return '';
return this.getAnchorUrl('');
},
/**