📝 Remove mention of WorkspaceView which no longer exists

Fixes #7146
This commit is contained in:
Thomas Johansen 2015-06-07 09:30:02 +02:00
parent 2a71c4edfa
commit fbf58d0725

View File

@ -22,8 +22,8 @@ Task = require './task'
# An instance of this class is available via the `atom.workspace` global.
#
# Interact with this object to open files, be notified of current and future
# editors, and manipulate panes. To add panels, you'll need to use the
# {WorkspaceView} class for now until we establish APIs at the model layer.
# editors, and manipulate panes. To add panels, use {Workspace::addTopPanel}
# and friends.
#
# * `editor` {TextEditor} the new editor
#