Skip to content

Commit

Permalink
Merge pull request #902 from bluquar/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jan 2, 2021
2 parents 5bef8ab + 3a4e1cc commit 35ef1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-js/internals/descriptors.js
@@ -1,6 +1,6 @@
var fails = require('../internals/fails');

// Thank's IE8 for his funny defineProperty
// Detect IE8's incomplete defineProperty implementation
module.exports = !fails(function () {
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
});

0 comments on commit 35ef1de

Please sign in to comment.