Here's a fork of your demo pen: https://codepen.io/anon/pen/mBJeEV `this.element.removeEventListener( this.clickHandler );` should be `this.element.removeEventListener( 'click', this.clickHandler );`