📝 Consistently mention what classes have global instances

This commit is contained in:
Kevin Sawicki
2014-02-04 10:06:37 -08:00
parent 43ba0b9529
commit ece269f158
10 changed files with 17 additions and 13 deletions

View File

@@ -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)