Skip to content

Commit

Permalink
📝 Fix get{Left|Right|Bottom}Dock links
Browse files Browse the repository at this point in the history
  • Loading branch information
Wliu authored and Wliu committed Jun 7, 2017
1 parent 55a0fcb commit 02258a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dock.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const CURSOR_OVERLAY_VISIBLE_CLASS = 'atom-dock-cursor-overlay-visible'

// Extended: A container at the edges of the editor window capable of holding items.
// You should not create a Dock directly. Instead, access one of the three docks of the workspace
// via {::getLeftDock}, {::getRightDock}, and {::getBottomDock} or add an item to a dock via
// {Workspace::open}.
// via {Workspace::getLeftDock}, {Workspace::getRightDock}, and {Workspace::getBottomDock}
// or add an item to a dock via {Workspace::open}.
module.exports = class Dock {
constructor (params) {
this.handleResizeHandleDragStart = this.handleResizeHandleDragStart.bind(this)
Expand Down

0 comments on commit 02258a9

Please sign in to comment.