function get()

in src/main/resources/static/emoticons.js [17:23]


    function get(url, callback) {
      if (window.Polymer) {
        self.restApi().get(url).then(callback)
      } else {
        Gerrit.get(url, callback)
      }
    }