Merge pull request #14729 from atom/wl-fix-docks-docs

Fix Docks docs
This commit is contained in:
Wliu
2017-06-07 11:23:50 -04:00
committed by GitHub
3 changed files with 7 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
const TextEditor = require('./text-editor')
const PaneContainer = require('./pane-container')
// Essential: Represents the workspace at the center of the entire window.
module.exports = class WorkspaceCenter {
constructor (params) {
params.location = 'center'