diff --git a/src/app.js b/src/app.js index 3b18d0e5e6..86029dc0f3 100644 --- a/src/app.js +++ b/src/app.js @@ -364,7 +364,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org pluginManagerComponent.setApp(appManager) pluginManagerComponent.setStore(appStore) - // Need to have Home initialized before VerticalIconComponent render to access profile of it for icon + // Need to have Home initialized before VerticalIconComponent render to access profile of it for icon const landingPage = new LandingPage(appManager, appStore) // ----------------- Vertical Icon ---------------------------- @@ -408,7 +408,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org appManager ) let analysis = new AnalysisTab(registry) - let debug = new DebuggerTab() + let debug = new DebuggerTab() let test = new TestTab( registry.get('filemanager').api, registry.get('filepanel').api, @@ -439,7 +439,6 @@ Please make a backup of your contracts and start using http://remix.ethereum.org ...appManager.plugins() ]) - framingService.start(appStore, swapPanelApi, verticalIconsApi, mainPanelApi, this._components.resizeFeature) // The event listener needs to be registered as early as possible, because the diff --git a/src/app/components/vertical-icons-component.js b/src/app/components/vertical-icons-component.js index 1a32e657a3..6faa7daa48 100644 --- a/src/app/components/vertical-icons-component.js +++ b/src/app/components/vertical-icons-component.js @@ -218,9 +218,9 @@ class VerticalIconComponent { render () { let home = yo`