Commit 3acf410d authored by Iuri Matias's avatar Iuri Matias

fix linter

parent 76722adc
...@@ -32,7 +32,7 @@ function Debugger (options) { ...@@ -32,7 +32,7 @@ function Debugger (options) {
this.executionContext.event.register('contextChanged', this, function (context) { this.executionContext.event.register('contextChanged', this, function (context) {
// TODO: was already broken // TODO: was already broken
//self.switchProvider(context) // self.switchProvider(context)
}) })
this.debugger.event.register('newTraceLoaded', this, function () { this.debugger.event.register('newTraceLoaded', this, function () {
......
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