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

  this.item.animate({ height: 0 }, this.opt.minimizeTime, this._close.bind(this));
};