MCPcopy
hub / github.com/wellsjo/JSON-Splora / setTheme

Method setTheme

app/js/Tab.js:165–168  ·  view source on GitHub ↗

* Sets the theme on both editors * * @param {String} theme

(theme)

Source from the content-addressed store, hash-verified

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

Callers 2

newTabMethod · 0.95
themeClickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected