Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing externalLinkTarget #6778

Merged
merged 1 commit into from Dec 18, 2015

Conversation

tonyjin
Copy link

@tonyjin tonyjin commented Dec 18, 2015

Previously, setting PDFJS.externalLinkTarget did not change link target behavior since isExternalLinkTargetSet() was pointing to the incorrect sharedUtil method (it was pointing to sharedUtil.Util, a copy of the line above).

After this patch, setting externalLinkTarget to something other than the default should exhibit correct behavior (e.g. PDFJS.externalLinkTarget = PDFJS.LinkTarget.BLANK).

yurydelendik added a commit that referenced this pull request Dec 18, 2015
@yurydelendik yurydelendik merged commit e45e7d0 into mozilla:master Dec 18, 2015
@yurydelendik
Copy link
Contributor

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants