MCPcopy
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

loadMethod · 0.80

Tested by

no test coverage detected