Skip to content

Commit

Permalink
chore: appease eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
pkra committed Dec 10, 2023
1 parent dbcf2d5 commit 1c9b00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/aria.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function ariaAttributeReferences() {
// is this a role or an abstract role
let type = "role";
let isAbstract = false;
const abstract = container.querySelectorAll(".role-abstract");//TODO: maybe #105
const abstract = container.querySelectorAll(".role-abstract"); //TODO: maybe #105
if (abstract.innerText === "True") {
type = "abstract role";
isAbstract = true;
Expand Down

0 comments on commit 1c9b00d

Please sign in to comment.