Commit a222bf35 authored by LianaHus's avatar LianaHus Committed by ioedeveloper

typo

parent 9f7010a5
......@@ -71,7 +71,7 @@ class DebuggerTab extends ViewPlugin {
}
deactivate () {
this.debuggerUI.deletHighlights()
this.debuggerUI.deleteHighlights()
super.deactivate()
}
......
......@@ -219,7 +219,7 @@ class DebuggerUI {
this.event.trigger('traceUnloaded')
}
async deletHighlights () {
async deleteHighlights () {
await this.debuggerModule.call('editor', 'discardHighlight')
}
......
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