(function() {
  $(document).ready(function() {
    return $(".emoji").emoji();
  });
}).call(this);

