Commit 3898873b authored by yann300's avatar yann300

standard

parent 1914f6a4
...@@ -24,7 +24,7 @@ const profile = { ...@@ -24,7 +24,7 @@ const profile = {
class DebuggerTab extends ViewPlugin { class DebuggerTab extends ViewPlugin {
constructor (blockchain, editor, offsetToLineColumnConverter) { constructor (blockchain, editor, offsetToLineColumnConverter) {
super(profile) super(profile)
this.el = null this.el = null
this.editor = editor this.editor = editor
this.offsetToLineColumnConverter = offsetToLineColumnConverter this.offsetToLineColumnConverter = offsetToLineColumnConverter
...@@ -84,7 +84,7 @@ class DebuggerTab extends ViewPlugin { ...@@ -84,7 +84,7 @@ class DebuggerTab extends ViewPlugin {
debug (hash) { debug (hash) {
this.debugHash = hash this.debugHash = hash
this.debugHashRequest++// so we can trigger a debug using the same hash 2 times in a row. that's needs to be improved this.debugHashRequest++ // so we can trigger a debug using the same hash 2 times in a row. that's needs to be improved
this.renderComponent() this.renderComponent()
} }
......
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