We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c8a96 commit 55fe22bCopy full SHA for 55fe22b
1 file changed
lib/CSSStyleDeclaration.js
@@ -53,10 +53,6 @@ class CSSStyleDeclaration {
53
this._priorities = new Map();
54
this._values = new Map();
55
56
- // TODO: Add private method to prepare options.
57
- // Options for computed style.
58
- this._computedStyleOpts = null;
59
-
60
if (context) {
61
if (context.nodeType === 1) {
62
this._ownerNode = context;
0 commit comments