mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
typo
This commit is contained in:
parent
b6f5855533
commit
a124926862
@ -112,7 +112,7 @@ var pdf2htmlEX = (function(){
|
|||||||
return !((off[1] > this.height() * 2) || (off[1] + this.$container.height() * 2 < 0));
|
return !((off[1] > this.height() * 2) || (off[1] + this.$container.height() * 2 < 0));
|
||||||
},
|
},
|
||||||
/* return the coordinate of the top-left corner of container
|
/* return the coordinate of the top-left corner of container
|
||||||
* in our cooridnate system
|
* in our coordinate system
|
||||||
*/
|
*/
|
||||||
position : function () {
|
position : function () {
|
||||||
var off = this.$p.offset();
|
var off = this.$p.offset();
|
||||||
|
Loading…
Reference in New Issue
Block a user