mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
Integrate the pane containers into the workspace
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Public:
|
||||
module.exports =
|
||||
class Panel
|
||||
constructor: ({@viewRegistry, @item, @orientation}) ->
|
||||
constructor: ({@viewRegistry, @item}) ->
|
||||
@emitter = new Emitter
|
||||
|
||||
destroy: ->
|
||||
@@ -11,8 +11,6 @@ class Panel
|
||||
|
||||
getView: -> @viewRegistry.getView(@item)
|
||||
|
||||
getOrientation: -> @orientation
|
||||
|
||||
###
|
||||
Section: Event Subscription
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user