Skip to content

Commit 93edc1b

Browse files
committed
Removed comment
1 parent cc49a34 commit 93edc1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/collapsible.js

-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@
9898
*/
9999
_removeEventHandlers() {
100100
this.el.removeEventListener('click', this._handleCollapsibleClickBound);
101-
102-
// NOTE: This is NOT tested in any way.
103101
this.$headers.each((header) => {
104102
header.removeEventListener('keydown', this._handleCollapsibleKeydownBound);
105103
});

0 commit comments

Comments
 (0)