Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
acburst committed Jun 15, 2018
1 parent cc49a34 commit 93edc1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/collapsible.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@
*/
_removeEventHandlers() {
this.el.removeEventListener('click', this._handleCollapsibleClickBound);

// NOTE: This is NOT tested in any way.
this.$headers.each((header) => {
header.removeEventListener('keydown', this._handleCollapsibleKeydownBound);
});
Expand Down

0 comments on commit 93edc1b

Please sign in to comment.