Commit 1feb575f authored by yann300's avatar yann300

remove unneeded API

parent c842f637
...@@ -99,9 +99,7 @@ function RighthandPanel (appAPI, events, opts) { ...@@ -99,9 +99,7 @@ function RighthandPanel (appAPI, events, opts) {
;[...options.children].forEach((el) => { el.classList.add(css.options) }) ;[...options.children].forEach((el) => { el.classList.add(css.options) })
// ----------------- tabbed menu ----------------- // ----------------- tabbed menu -----------------
var tabbedMenuAPI = { var tabbedMenuAPI = {}
warnCompilerLoading: appAPI.warnCompilerLoading
}
// load tabbed menu component // load tabbed menu component
var tabEvents = {compiler: events.compiler, app: events.app} var tabEvents = {compiler: events.compiler, app: events.app}
tabbedMenu(options, tabbedMenuAPI, tabEvents, {}) tabbedMenu(options, tabbedMenuAPI, tabEvents, {})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment