mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Merge pull request #2257 from waddlesplash/master
More descriptive link types warning
This commit is contained in:
commit
755d047388
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ var Page = (function PageClosure() {
|
|||
item.dest = a.get('D');
|
||||
break;
|
||||
default:
|
||||
TODO('other link types');
|
||||
TODO('unrecognized link type: ' + a.get('S').name);
|
||||
}
|
||||
} else if (annotation.has('Dest')) {
|
||||
// simple destination link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue