Skip to content

Commit

Permalink
Update inert.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin authored May 3, 2022
1 parent 62c1ddd commit 49385d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyfills/HTMLElement/prototype/inert.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

if ('inert' in HTMLElement.prototype) {
if (!('inert' in HTMLElement.prototype)) {

Object.defineProperty(HTMLElement.prototype, 'inert', {
enumerable: true,
Expand Down

0 comments on commit 49385d0

Please sign in to comment.