1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 00:35:40 +00:00
This commit is contained in:
Lu Wang 2013-08-09 06:53:44 +08:00
parent b6f5855533
commit a124926862

View File

@ -112,7 +112,7 @@ var pdf2htmlEX = (function(){
return !((off[1] > this.height() * 2) || (off[1] + this.$container.height() * 2 < 0));
},
/* return the coordinate of the top-left corner of container
* in our cooridnate system
* in our coordinate system
*/
position : function () {
var off = this.$p.offset();