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