Commit bcc09709 authored by yann300's avatar yann300 Committed by davidzagi93@gmail.com

fix assignments

parent 361a0975
......@@ -34,7 +34,7 @@ const profile = {
class CompileTab extends CompilerApiMixin(ViewPlugin) { // implements ICompilerApi
constructor (config, fileManager) {
super(profile)
this.fileManager
this.fileManager = fileManager
this.config = config
this.queryParams = new QueryParams()
this.compileTabLogic = new CompileTabLogic(this, this.contentImport)
......
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