mirror of
https://github.com/atom/atom.git
synced 2026-02-17 10:01:25 -05:00
📝 Consistently mention what classes have global instances
This commit is contained in:
@@ -7,8 +7,9 @@ PaneContainer = require './pane-container'
|
||||
Pane = require './pane'
|
||||
|
||||
# Public: Represents the view state of the entire window, including the panes at
|
||||
# the center and panels around the periphery. You can access the singleton
|
||||
# instance via `atom.workspace`.
|
||||
# the center and panels around the periphery.
|
||||
#
|
||||
# An instance of this class is always available as the `atom.workspace` global.
|
||||
module.exports =
|
||||
class Workspace extends Model
|
||||
atom.deserializers.add(this)
|
||||
|
||||
Reference in New Issue
Block a user