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-10 16:56:07 +08:00
parent 8a192e03e0
commit f09ede489c

View File

@ -678,7 +678,7 @@ Viewer.prototype = {
* @param{Event} e
*/
link_handler : function (e) {
var target = e.target;
var target = /** @type{Node} */(e.target);
var cur_pos = [0,0];