Minor var order nit.

This commit is contained in:
John-David Dalton
2016-11-15 20:18:53 -08:00
parent 5bc9e6b8bd
commit da2e8a1030

View File

@@ -13590,8 +13590,8 @@
// Ensure the loop is entered when path is empty.
if (!length) {
object = undefined;
length = 1;
object = undefined;
}
while (++index < length) {
var value = object == null ? undefined : object[toKey(path[index])];