|
@ -1557,8 +1557,6 @@ exports.topMost = function (pile, accessors) { |
|
|
for (let i = 1; i < accessors.length; i++){ |
|
|
for (let i = 1; i < accessors.length; i++){ |
|
|
if (candidate) { |
|
|
if (candidate) { |
|
|
candidate = candidate[accessors[i]] |
|
|
candidate = candidate[accessors[i]] |
|
|
} else { |
|
|
|
|
|
continue; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
if (typeof candidate != 'undefined') { |
|
|
if (typeof candidate != 'undefined') { |
|
|