From 7c482913337e131c1b148edbc4beb30021cf78fa Mon Sep 17 00:00:00 2001 From: Wliu <50Wliu@users.noreply.github.com> Date: Wed, 7 Jun 2017 10:55:26 -0400 Subject: [PATCH] :fire: getPaneContainers from the API --- src/workspace.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/workspace.js b/src/workspace.js index 6dcc9fcc7..033b7c8c5 100644 --- a/src/workspace.js +++ b/src/workspace.js @@ -1568,7 +1568,6 @@ module.exports = class Workspace extends Model { return this.paneContainers.bottom } - // Essential: Get an {Array} of the current {WorkspaceCenter} and {Dock}s. getPaneContainers () { return [ this.paneContainers.center,