From fbf58d072595e9e0178f12983423241bd1cf693e Mon Sep 17 00:00:00 2001 From: Thomas Johansen Date: Sun, 7 Jun 2015 09:30:02 +0200 Subject: [PATCH] :memo: Remove mention of WorkspaceView which no longer exists Fixes #7146 --- src/workspace.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/workspace.coffee b/src/workspace.coffee index 0285cf99d..157d002de 100644 --- a/src/workspace.coffee +++ b/src/workspace.coffee @@ -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 #