(cm)
| 7653 | } |
| 7654 | |
| 7655 | function themeChanged(cm) { |
| 7656 | cm.display.wrapper.className = cm.display.wrapper.className.replace(/\s*cm-s-\S+/g, "") + |
| 7657 | cm.options.theme.replace(/(^|\s)\s*/g, " cm-s-"); |
| 7658 | clearCaches(cm); |
| 7659 | } |
| 7660 | |
| 7661 | var Init = {toString: function(){return "CodeMirror.Init"}}; |
| 7662 |
no test coverage detected