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

use this instead of self

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