mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Rename value var to defaultValue
This commit is contained in:
@@ -165,8 +165,8 @@ class Config
|
||||
#
|
||||
# Returns the default value.
|
||||
getDefault: (keyPath) ->
|
||||
value = _.valueForKeyPath(@defaultSettings, keyPath)
|
||||
_.deepClone(value)
|
||||
defaultValue = _.valueForKeyPath(@defaultSettings, keyPath)
|
||||
_.deepClone(defaultValue)
|
||||
|
||||
# Public: Push the value to the array at the key path.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user