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

  if (this._execute('mouseout', [evt])) {
    this._scheduleClose();