Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Mar 18, 2024
1 parent 87d9aca commit f0de812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webextensions/common/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default class Tab {
if (state == Constants.kTAB_STATE_HIGHLIGHTED)
this.element.removeAttribute('aria-selected');
}
for (const key of Object.keys(this.attributes)) {
for (const name of Object.keys(this.attributes)) {
this.element.removeAttribute(name);
}
this.element.$TST = null;
Expand Down

0 comments on commit f0de812

Please sign in to comment.