Integrate the pane containers into the workspace

This commit is contained in:
Ben Ogle
2014-10-16 16:17:44 -07:00
parent 83e5873f3b
commit 299710f08a
6 changed files with 77 additions and 51 deletions

View File

@@ -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
###