mirror of
https://github.com/atom/atom.git
synced 2026-02-14 16:45:14 -05:00
Move the ViewRegistry to atom.views
This commit is contained in:
@@ -59,7 +59,7 @@ class WorkspaceView extends View
|
||||
|
||||
constructor: (@element) ->
|
||||
unless @element?
|
||||
return atom.workspace.getView(atom.workspace).__spacePenView
|
||||
return atom.views.getView(atom.workspace).__spacePenView
|
||||
super
|
||||
@deprecateViewEvents()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user