Commit 7b3618d5 authored by yann300's avatar yann300

typo

parent ca9e46b3
...@@ -117,7 +117,7 @@ function fileExplorer (appAPI, files) { ...@@ -117,7 +117,7 @@ function fileExplorer (appAPI, files) {
} }
function fileRemoved (filepath) { function fileRemoved (filepath) {
var label = this.treeView.labelAt(filepath) var label = self.treeView.labelAt(filepath)
if (label && label.parentElement) { if (label && label.parentElement) {
label.parentElement.removeChild(label) label.parentElement.removeChild(label)
} }
......
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