mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
📝 Document the WorkspaceCenter class
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user