mirror of
https://github.com/atom/atom.git
synced 2026-02-07 21:25:05 -05:00
Move the ViewRegistry to atom.views
This commit is contained in:
@@ -64,7 +64,7 @@ class WorkspaceElement extends HTMLElement
|
||||
getModel: -> @model
|
||||
|
||||
setModel: (@model) ->
|
||||
@paneContainer = @model.getView(@model.paneContainer)
|
||||
@paneContainer = atom.views.getView(@model.paneContainer)
|
||||
@verticalAxis.appendChild(@paneContainer)
|
||||
|
||||
@addEventListener 'focus', @handleFocus.bind(this)
|
||||
|
||||
Reference in New Issue
Block a user