Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/philc/vimium
/ init
Function
init
content_scripts/vomnibar.js:61–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
},
60
61
init() {
62
if
(!this.vomnibarUI) {
63
this.vomnibarUI =
new
UIComponent();
64
this.vomnibarUI.load(
"pages/vomnibar_page.html"
,
"vomnibar-frame"
);
65
}
66
},
67
68
// Opens the vomnibar.
69
// - vomnibarShowOptions:
Callers
nothing calls this directly
Calls
1
load
Method · 0.80
Tested by
no test coverage detected