1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 18:30:34 +00:00
This commit is contained in:
Lu Wang 2013-11-07 16:18:13 +08:00
parent d6723bef50
commit 5552238845

View File

@ -290,7 +290,7 @@
}, false);
// handle links
[this.container, this.outline].forEach(funciton(ele) {
[this.container, this.outline].forEach(function(ele) {
ele.addEventListener('click', _.link_handler.bind(_), false);
});