mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Fixes for subtile bugs that were introduced in 59283bdf6d
and 99440ab691
, among others.
This commit is contained in:
parent
8e50da78ee
commit
438e3c8f6d
6 changed files with 11 additions and 10 deletions
|
@ -222,7 +222,7 @@ var Page = (function PageClosure() {
|
|||
},
|
||||
getLinks: function Page_getLinks() {
|
||||
var links = [];
|
||||
var annotations = pageGetAnnotations();
|
||||
var annotations = this.getAnnotations();
|
||||
var i, n = annotations.length;
|
||||
for (i = 0; i < n; ++i) {
|
||||
if (annotations[i].type != 'Link')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue