Notify.prototype._bindClick = function() {
  'use strict';

  this.item.on('click.notify', this._onClick.bind(this));
};