mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove keyPath as a possible return value on the event object for onDidChange in config.coffee
The value is never returned on the object so the documention was updated to reflect that
This commit is contained in:
@@ -422,7 +422,6 @@ class Config
|
||||
# * `event` {Object}
|
||||
# * `newValue` the new value of the key
|
||||
# * `oldValue` the prior value of the key.
|
||||
# * `keyPath` the keyPath of the changed key
|
||||
#
|
||||
# Returns a {Disposable} with the following keys on which you can call
|
||||
# `.dispose()` to unsubscribe.
|
||||
|
||||
Reference in New Issue
Block a user