Commit 66fc6020 authored by yann300's avatar yann300

standard

parent 0dfa474f
...@@ -62,7 +62,7 @@ module.exports = class RighthandPanel { ...@@ -62,7 +62,7 @@ module.exports = class RighthandPanel {
var analysisTab = new AnalysisTab(self._components.registry) var analysisTab = new AnalysisTab(self._components.registry)
analysisTab.event.register('newStaticAnaysisWarningMessage', (msg, settings) => { self._components.compile.addWarning(msg, settings) }) analysisTab.event.register('newStaticAnaysisWarningMessage', (msg, settings) => { self._components.compile.addWarning(msg, settings) })
self._components.debuggerTab = new DebuggerTab(self._components.registry) self._components.debuggerTab = new DebuggerTab(self._components.registry)
self._components = { self._components = {
......
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