mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
add bind(this) to 'replaceLinks' function
This commit is contained in:
parent
d9a19e5a28
commit
c2c10620ab
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ function links(view, renderer) {
|
|||
}
|
||||
|
||||
}
|
||||
};
|
||||
}.bind(this);
|
||||
|
||||
for (var i = 0; i < links.length; i++) {
|
||||
replaceLinks(links[i]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue