We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d9aca commit f0de812Copy full SHA for f0de812
webextensions/common/Tab.js
@@ -212,7 +212,7 @@ export default class Tab {
212
if (state == Constants.kTAB_STATE_HIGHLIGHTED)
213
this.element.removeAttribute('aria-selected');
214
}
215
- for (const key of Object.keys(this.attributes)) {
+ for (const name of Object.keys(this.attributes)) {
216
this.element.removeAttribute(name);
217
218
this.element.$TST = null;
0 commit comments