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:
Yakira C. Bristol
2015-10-27 18:20:37 -04:00
parent 75f7d72973
commit 908316ec72

View File

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