mirror of
https://github.com/atom/atom.git
synced 2026-02-07 21:25:05 -05:00
Add Dock component
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
const {Emitter, CompositeDisposable} = require('event-kit')
|
||||
|
||||
module.exports = class PanelContainer {
|
||||
constructor ({location} = {}) {
|
||||
constructor ({location, dock} = {}) {
|
||||
this.location = location
|
||||
this.emitter = new Emitter()
|
||||
this.subscriptions = new CompositeDisposable()
|
||||
this.panels = []
|
||||
this.dock = dock
|
||||
}
|
||||
|
||||
destroy () {
|
||||
|
||||
Reference in New Issue
Block a user