Commit d7f97a3b authored by LianaHus's avatar LianaHus

typo

parent 8da1d9c6
......@@ -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