Merge pull request #6679 from Snuffleupagus/better-openExternalLinksInNewWindow-deprecation-comments

Improve the comment and deprecation warning for `PDFJS.openExternalLinksInNewWindow`
This commit is contained in:
Tim van der Meij 2015-11-24 22:38:43 +01:00
commit c280fb516d
2 changed files with 6 additions and 3 deletions

View file

@ -173,6 +173,9 @@ PDFJS.maxCanvasPixels = (PDFJS.maxCanvasPixels === undefined ?
/**
* (Deprecated) Opens external links in a new window if enabled.
* The default behavior opens external links in the PDF.js window.
*
* NOTE: This property has been deprecated, please use
* `PDFJS.externalLinkTarget = PDFJS.LinkTarget.BLANK` instead.
* @var {boolean}
*/
PDFJS.openExternalLinksInNewWindow = (