mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
fix typo
This commit is contained in:
parent
d6723bef50
commit
5552238845
@ -290,7 +290,7 @@
|
|||||||
}, false);
|
}, false);
|
||||||
|
|
||||||
// handle links
|
// handle links
|
||||||
[this.container, this.outline].forEach(funciton(ele) {
|
[this.container, this.outline].forEach(function(ele) {
|
||||||
ele.addEventListener('click', _.link_handler.bind(_), false);
|
ele.addEventListener('click', _.link_handler.bind(_), false);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user