Commit 1feb575f authored by yann300's avatar yann300

remove unneeded API

parent c842f637
......@@ -99,9 +99,7 @@ function RighthandPanel (appAPI, events, opts) {
;[...options.children].forEach((el) => { el.classList.add(css.options) })
// ----------------- tabbed menu -----------------
var tabbedMenuAPI = {
warnCompilerLoading: appAPI.warnCompilerLoading
}
var tabbedMenuAPI = {}
// load tabbed menu component
var tabEvents = {compiler: events.compiler, app: events.app}
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