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

  this.item.on('mouseenter.notify', this._onMouseenter.bind(this));
};