8000 Minor var order nit. · lodash/lodash@da2e8a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit da2e8a1

Browse files
committed
Minor var order nit.
1 parent 5bc9e6b commit da2e8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lodash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13590,8 +13590,8 @@
1359013590

1359113591
// Ensure the loop is entered when path is empty.
1359213592
if (!length) {
13593-
object = undefined;
1359413593
length = 1;
13594+
object = undefined;
1359513595
}
1359613596
while (++index < length) {
1359713597
var value = object == null ? undefined : object[toKey(path[index])];

0 commit comments

Comments
 (0)
0