Commit 4fdb12d7 authored by yann300's avatar yann300

typo

parent 21ee8aa2
...@@ -169,7 +169,7 @@ function filepanel (appAPI, filesProvider) { ...@@ -169,7 +169,7 @@ function filepanel (appAPI, filesProvider) {
} }
var success = files.set(name, event.target.result) var success = files.set(name, event.target.result)
if (!success) modalDialogCustom.alert('Failed to create file ' + name) if (!success) modalDialogCustom.alert('Failed to create file ' + name)
else self.events.trigger('focus', [name]) else self.event.trigger('focus', [name])
} }
fileReader.readAsText(file) fileReader.readAsText(file)
} }
......
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