Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Barker committed Dec 28, 2020
1 parent 9289dd3 commit 3a4e1cc
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');

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

0 comments on commit 3a4e1cc

Please sign in to comment.