|
|
|
@ -20,7 +20,7 @@ var css = csjs` |
|
|
|
|
` |
|
|
|
|
|
|
|
|
|
export class MainView { |
|
|
|
|
constructor (editor, mainPanel, fileManager, appManager, txListener, eventsDecoder, executionContext, blockchain) { |
|
|
|
|
constructor (editor, mainPanel, fileManager, appManager, txListener, eventsDecoder, blockchain) { |
|
|
|
|
var self = this |
|
|
|
|
self.event = new EventManager() |
|
|
|
|
self._view = {} |
|
|
|
@ -31,7 +31,6 @@ export class MainView { |
|
|
|
|
self.mainPanel = mainPanel |
|
|
|
|
self.txListener = txListener |
|
|
|
|
self.eventsDecoder = eventsDecoder |
|
|
|
|
self.executionContext = executionContext |
|
|
|
|
self.blockchain = blockchain |
|
|
|
|
this.appManager = appManager |
|
|
|
|
this.init() |
|
|
|
@ -102,7 +101,6 @@ export class MainView { |
|
|
|
|
appManager: this.appManager, |
|
|
|
|
eventsDecoder: this.eventsDecoder, |
|
|
|
|
txListener: this.txListener, |
|
|
|
|
executionContext: this.executionContext, |
|
|
|
|
blockchain: this.blockchain |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|