Skip to content

Commit f0de812

Browse files
committed
Fix typo
1 parent 87d9aca commit f0de812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webextensions/common/Tab.js

+1-1
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)