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

  this.item.on('mouseleave.notify', this._onMouseleave.bind(this));
};