mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove atom.workspaceView shim
This commit is contained in:
@@ -43,11 +43,6 @@ class Atom
|
||||
@workspaceViewParentSelector = 'body'
|
||||
@deserializers = new DeserializerManager()
|
||||
|
||||
#TODO Remove once all `atom.workspaceView` references have been updated
|
||||
Object.defineProperty this, 'workspaceView',
|
||||
get: -> @workspaceView
|
||||
set: (workspaceView) -> @workspaceView = workspaceView
|
||||
|
||||
# Private: Initialize all the properties in this object.
|
||||
initialize: ->
|
||||
@unsubscribe()
|
||||
|
||||
Reference in New Issue
Block a user