Commit 0b652026 authored by Grandschtroumpf's avatar Grandschtroumpf Committed by yann300

use this instead of self

parent c65f8b06
......@@ -96,8 +96,7 @@ class FileManager {
}
currentFile () {
var self = this
return self._deps.config.get('currentFile')
return this._deps.config.get('currentFile')
}
closeFile (name) {
......
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