From b7478e410f5f3219ae3970611be1cb0223f7fa91 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 5 Apr 2017 14:55:49 -0600 Subject: [PATCH] Update docs for renamed methods in workspace item interface --- src/workspace.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/workspace.js b/src/workspace.js index 7100e21d0..f3dc04ff7 100644 --- a/src/workspace.js +++ b/src/workspace.js @@ -145,7 +145,7 @@ const WorkspaceCenter = require('./workspace-center') // Create a copy of the item. If defined, the workspace will call this method to // duplicate the item when splitting panes via certain split commands. // -// #### `getPreferredInitialHeight()` +// #### `getPreferredHeight()` // // If this item is displayed in the bottom {Dock}, called by the workspace when // initially displaying the dock to set its height. Once the dock has been @@ -153,7 +153,7 @@ const WorkspaceCenter = require('./workspace-center') // // Returns a {Number}. // -// #### `getPreferredInitialWidth()` +// #### `getPreferredWidth()` // // If this item is displayed in the left or right {Dock}, called by the // workspace when initially displaying the dock to set its width. Once the dock