Merge pull request #3303 from Julien-ADDREA/patch-1

Update to pass Travis build
main
Elbert Alias 4 years ago committed by GitHub
commit a91592cae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,9 @@
.split('.') .split('.')
.reduce( .reduce(
(value, method) => (value, method) =>
value && value instanceof Object && value.hasOwnProperty(method) value &&
value instanceof Object &&
value.hasOwnProperty(method)
? value[method] ? value[method]
: undefined, : undefined,
window window

Loading…
Cancel
Save