Commit 9b34d476 authored by Iuri Matias's avatar Iuri Matias Committed by yann300

revert changes made on execution context

parent 73c7301c
...@@ -62,7 +62,7 @@ class DebuggerUI { ...@@ -62,7 +62,7 @@ class DebuggerUI {
self.debugger.codeManager.resolveStep(index, self.tx) self.debugger.codeManager.resolveStep(index, self.tx)
}) })
this.executionContext.event.register('contextChanged', this, function () { executionContext.event.register('contextChanged', this, function () {
self.updateWeb3Reference() self.updateWeb3Reference()
}) })
......
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