Documentation fix
This commit is contained in:
parent
5ef11ada01
commit
e9080a5d99
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ The following events are available:
|
||||||
* `tabGroup.on("tab-added", (tab, tabGroup) => { ... });`
|
* `tabGroup.on("tab-added", (tab, tabGroup) => { ... });`
|
||||||
* `tabGroup.on("tab-removed", (tab, tabGroup) => { ... });`
|
* `tabGroup.on("tab-removed", (tab, tabGroup) => { ... });`
|
||||||
* `tabGroup.on("tab-active", (tab, tabGroup) => { ... });`
|
* `tabGroup.on("tab-active", (tab, tabGroup) => { ... });`
|
||||||
* `tab.on("webview-ready", (title, tab) => { ... });`
|
* `tab.on("webview-ready", (tab) => { ... });`
|
||||||
* `tab.on("title-changed", (title, tab) => { ... });`
|
* `tab.on("title-changed", (title, tab) => { ... });`
|
||||||
* `tab.on("icon-changed", (icon, tab) => { ... });`
|
* `tab.on("icon-changed", (icon, tab) => { ... });`
|
||||||
* `tab.on("active", (tab) => { ... });`
|
* `tab.on("active", (tab) => { ... });`
|
||||||
|
|
Loading…
Reference in a new issue