(function() {
  gl.emojiAliases = function() {
    return JSON.parse('<%= Gitlab::AwardEmoji.aliases.to_json %>');
  };

}).call(this);