Commit b110b94b authored by GrandSchtroumpf's avatar GrandSchtroumpf

happy linter

parent cf81deee
var yo = require('yo-yo') import { Plugin } from '@remixproject/engine'
var $ = require('jquery') const yo = require('yo-yo')
const $ = require('jquery')
const EventEmitter = require('events') const EventEmitter = require('events')
const globalRegistry = require('../../global/registry') const globalRegistry = require('../../global/registry')
const csjs = require('csjs-inject') const csjs = require('csjs-inject')
import { Plugin } from '@remixproject/engine'
require('remix-tabs') require('remix-tabs')
const css = csjs` const css = csjs`
...@@ -14,7 +14,7 @@ const css = csjs` ...@@ -14,7 +14,7 @@ const css = csjs`
const profile = { const profile = {
name: 'tabs', name: 'tabs',
methods: ['focus'], methods: ['focus']
} }
// @todo(#650) Merge this with MainPanel into one plugin // @todo(#650) Merge this with MainPanel into one plugin
...@@ -92,13 +92,6 @@ export class TabProxy extends Plugin { ...@@ -92,13 +92,6 @@ export class TabProxy extends Plugin {
this.removeTab(profile.name) this.removeTab(profile.name)
}) })
// appManager.event.on('pluginActivated', ({name}) => {
// if (name === 'home') {
// // if someone force activation of home, we switch to it
// this.event.emit('switchApp', name)
// this._view.filetabs.activateTab(name)
// }
// })
} }
focus (name) { focus (name) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment