Commit 8c14aba2 authored by Iuri Matias's avatar Iuri Matias

make linter happy

parent 5dc417a8
...@@ -44,7 +44,6 @@ function Debugger (options) { ...@@ -44,7 +44,6 @@ function Debugger (options) {
this.event.register('breakpointStep', function (step) { this.event.register('breakpointStep', function (step) {
self.step_manager.jumpTo(step) self.step_manager.jumpTo(step)
}) })
} }
Debugger.prototype.registerAndHighlightCodeItem = function (index) { Debugger.prototype.registerAndHighlightCodeItem = function (index) {
......
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