(style)
| 2723 | var st = this.styles, allText = this.text, marked = this.marked; |
| 2724 | var len = allText.length; |
| 2725 | function styleToClass(style) { |
| 2726 | if (!style) return null; |
| 2727 | return "cm-" + style.replace(/ +/g, " cm-"); |
| 2728 | } |
| 2729 | |
| 2730 | if (!allText && wrapAt == null) { |
| 2731 | span(" "); |