Skip to content

Commit 3c827ab

Browse files
author
John P. rouillard
committed
chore: fix quote type to be consistent.
1 parent cf1a8ab commit 3c827ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/classhelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ class ClassHelper extends HTMLElement {
761761

762762
const cancel = document.createElement("button");
763763
cancel.textContent = ClassHelper.translations["cancel"];
764-
cancel.setAttribute('type', 'button');
764+
cancel.setAttribute("type", "button");
765765
cancel.addEventListener("click", () => {
766766
this.popupRef.close();
767767
});

0 commit comments

Comments
 (0)