fix assignments

pull/1584/head
yann300 3 years ago
parent 3d2a40ca20
commit 86f4a0535d
  1. 2
      apps/remix-ide/src/app/tabs/compile-tab.js

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

Loading…
Cancel
Save