Skip to content

Commit

Permalink
Remove redundant style setter
Browse files Browse the repository at this point in the history
This is generated by webidl2js from the [PutForwards] annotation in the IDL file.

Closes #3045. Closes #3044.
  • Loading branch information
domenic committed Jan 7, 2023
1 parent dc20dbc commit 77f530d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ class ElementCSSInlineStyle {
get style() {
return this._style;
}
set style(value) {
this._style.cssText = value;
}
}

module.exports = {
Expand Down

0 comments on commit 77f530d

Please sign in to comment.