Skip to content

Commit f0de812

Browse files
committed
Fix typo
1 parent 87d9aca commit f0de812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webextensions/common/Tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export default class Tab {
212212
if (state == Constants.kTAB_STATE_HIGHLIGHTED)
213213
this.element.removeAttribute('aria-selected');
214214
}
215-
for (const key of Object.keys(this.attributes)) {
215+
for (const name of Object.keys(this.attributes)) {
216216
this.element.removeAttribute(name);
217217
}
218218
this.element.$TST = null;

0 commit comments

Comments
 (0)