mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
📝 Fix get{Left|Right|Bottom}Dock links
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user