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

  this.item.animate({ opacity: 0 }, this.opt.hideTime, this._minimize.bind(this));
};