📝 Mark CommandRegistry and atom.commands public

This commit is contained in:
Kevin Sawicki 2014-10-23 14:08:09 -07:00
parent 0b8c4a0c7f
commit de3703d1ea
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ class Atom extends Model
Section: Properties
###
# Experimental: A {CommandRegistry} instance
# Public: A {CommandRegistry} instance
commands: null
# Public: A {Config} instance

View File

@ -8,7 +8,7 @@ SpecificityCache = {}
module.exports =
# Experimental: Associates listener functions with commands in a
# Public: Associates listener functions with commands in a
# context-sensitive way using CSS selectors. You can access a global instance of
# this class via `atom.commands`, and commands registered there will be
# presented in the command palette.