Skip to content

Commit ac72ce5

Browse files
committed
removed comments
1 parent 445f4c3 commit ac72ce5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

options/tagDropdown.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Custom Tag Dropdown Component
2-
// Usage: new TagDropdown(containerElement, tagsArray, onChange)
3-
41
class TagDropdown {
52
constructor(container, tags, onChange) {
63
this.container = container;

0 commit comments

Comments
 (0)