()
| 5712 | // character combinations that suffer from this phenomenon on the |
| 5713 | // various browsers. |
| 5714 | function spanAffectsWrapping() { return false; } |
| 5715 | if (gecko) // Only for "$'" |
| 5716 | spanAffectsWrapping = function(str, i) { |
| 5717 | return str.charCodeAt(i - 1) == 36 && str.charCodeAt(i) == 39; |