Commit b110b94b authored by GrandSchtroumpf's avatar GrandSchtroumpf

happy linter

parent cf81deee
var yo = require('yo-yo')
var $ = require('jquery')
import { Plugin } from '@remixproject/engine'
const yo = require('yo-yo')
const $ = require('jquery')
const EventEmitter = require('events')
const globalRegistry = require('../../global/registry')
const csjs = require('csjs-inject')
import { Plugin } from '@remixproject/engine'
require('remix-tabs')
const css = csjs`
......@@ -14,7 +14,7 @@ const css = csjs`
const profile = {
name: 'tabs',
methods: ['focus'],
methods: ['focus']
}
// @todo(#650) Merge this with MainPanel into one plugin
......@@ -92,13 +92,6 @@ export class TabProxy extends Plugin {
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) {
......
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