Skip to content

Commit

Permalink
Remove no-longer-used field from HTMLStyleElementImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 30, 2018
1 parent 475a7cd commit a0b7f8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jsdom/living/nodes/HTMLStyleElement-impl.js
Expand Up @@ -11,7 +11,6 @@ class HTMLStyleElementImpl extends HTMLElementImpl {

this.sheet = null;
this._isOnStackOfOpenElements = false;
this._closeTagHasBeenSeen = false;
}

_attach() {
Expand Down

0 comments on commit a0b7f8a

Please sign in to comment.