* Sets the theme on both editors * * @param {String} theme
(theme)
| 163 | */ |
| 164 | |
| 165 | setTheme(theme) { |
| 166 | this.editor.setTheme(theme) |
| 167 | this.output.setTheme(theme) |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * Cleans up any outstanding listeners within itself and it's contained editor and output classes |
no outgoing calls
no test coverage detected