(function() {
  var $;
  $ = this.$;
  $(function() {
    return setTimeout((function() {
      return $('ul.messages').fadeOut();
    }), 2300);
  });
}).call(this);

