📝 Document the WorkspaceCenter class

This commit is contained in:
Wliu
2017-06-06 23:33:29 -04:00
parent aa19fe6831
commit c34061a52e

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'