(style)
| 2523 | var st = this.styles, allText = this.text, marked = this.marked; |
| 2524 | var len = allText.length; |
| 2525 | function styleToClass(style) { |
| 2526 | if (!style) return null; |
| 2527 | return "cm-" + style.replace(/ +/g, " cm-"); |
| 2528 | } |
| 2529 | |
| 2530 | if (!allText && wrapAt == null) { |
| 2531 | span(" "); |