MacLeod Broad
7 years ago
No known key found for this signature in database
GPG Key ID: F1B295D13C3CC9CF
1 changed files with
0 additions and
2 deletions
-
lib/util.js
|
|
@ -1557,8 +1557,6 @@ exports.topMost = function (pile, accessors) { |
|
|
|
for (let i = 1; i < accessors.length; i++){ |
|
|
|
if (candidate) { |
|
|
|
candidate = candidate[accessors[i]] |
|
|
|
} else { |
|
|
|
continue; |
|
|
|
} |
|
|
|
} |
|
|
|
if (typeof candidate != 'undefined') { |
|
|
|