Fix a typo that I missed in the previous commit
This commit is contained in:
parent
c1a5ba16a3
commit
922fc81461
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -569,7 +569,7 @@
|
|||
else {
|
||||
w = (span.bbox||{w:0}).w; start = span;
|
||||
if (w < 0 && this.msieNegativeBBoxBug) {W = -span.offsetWidth, H = span.parentNode.offsetHeight}
|
||||
else if (w > 0) {W = span.offseWidth; H = span.parentNode.offsetHeight}
|
||||
else if (w > 0) {W = span.offsetWidth; H = span.parentNode.offsetHeight}
|
||||
else {
|
||||
// IE can't deal with a space at the beginning, so put something else first
|
||||
if (this.negativeSkipBug) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user