fix assignments

pull/1342/head
yann300 3 years ago committed by davidzagi93@gmail.com
parent d3e243e8ff
commit 53e54d1a2e
  1. 2
      apps/remix-ide/src/app/tabs/compile-tab.js

@ -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)

Loading…
Cancel
Save