Skip to content

Commit 06be177

Browse files
author
ci-bot
committed
rm param
1 parent 4ef2dc6 commit 06be177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/tabs/compile-tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default class CompileTab extends CompilerApiMixin(ViewPlugin) { // implem
3737
this.config = config
3838
this.queryParams = new QueryParams()
3939
// Pass 'this' as the plugin reference so CompileTabLogic can access contentImport via this.call()
40-
this.compileTabLogic = new CompileTabLogic(this, this)
40+
this.compileTabLogic = new CompileTabLogic(this)
4141
this.compiler = this.compileTabLogic.compiler
4242
this.compileTabLogic.init()
4343
this.initCompilerApi()

0 commit comments

Comments
 (0)