mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
it s important, fix wrong comment in deep function
This commit is contained in:
parent
c8615d3439
commit
97a027217f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ _.mixin({
|
|||
|
||||
// Get deep value
|
||||
} else {
|
||||
//while ((obj = obj[keys[i++]]) !== null && i < n) {};
|
||||
while ((obj = obj[keys[i++]]) !== null && i < n) {};
|
||||
value = i < n ? void 0 : obj;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue