Use ‘atom-pane-container’ custom tag name for PaneContainerElement

This commit is contained in:
Nathan Sobo
2014-10-08 11:36:31 -07:00
parent ddf36a013c
commit eedf4894ae
4 changed files with 5 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ class WorkspaceView extends View
setModel: (@model) ->
@horizontal = @find('.horizontal')
@vertical = @find('.vertical')
@panes = @find('.panes').view()
@panes = @find('atom-pane-container').view()
@subscribe @model.onDidOpen => @trigger 'uri-opened'
beforeRemove: ->