Fix a typo that I missed in the previous commit

This commit is contained in:
Davide P. Cervone 2011-09-02 11:41:55 -04:00
parent c1a5ba16a3
commit 922fc81461
6 changed files with 6 additions and 6 deletions

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

View File

@ -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) {