mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Fix method typo
This commit is contained in:
@@ -865,7 +865,7 @@ class Config
|
||||
|
||||
if value?
|
||||
defaultValue = @deepClone(defaultValue)
|
||||
value = _.deepExtends(defaultValue, value) if isPlainObject(value) and isPlainObject(defaultValue)
|
||||
value = _.deepExtend(defaultValue, value) if isPlainObject(value) and isPlainObject(defaultValue)
|
||||
else
|
||||
value = @deepClone(defaultValue)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user