Skip to content

Commit 556d80e

Browse files
authored
Update dropdown.js (#245)
1 parent 36f4763 commit 556d80e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/js/dropdown/dropdown.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ class JoomlaDropdownElement extends HTMLElement {
55
}
66

77
get for() { return this.getAttribute('for'); }
8-
98
set for(value) { this.setAttribute('for', value); }
109

1110
connectedCallback() {

0 commit comments

Comments
 (0)