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

Method init

app/js/Tabs.js:36–41  ·  view source on GitHub ↗

* Binds a listener to the new tab button and creates first tab

()

Source from the content-addressed store, hash-verified

34 */
35
36 init() {
37 const newTabButton = this.tabBar.find('#new-tab')
38 newTabButton.click(() => {
39 this.newTab()
40 })
41 }
42
43 /**
44 * Sets theme for all tabs

Callers 1

constructorMethod · 0.95

Calls 1

newTabMethod · 0.95

Tested by

no test coverage detected