Files
gerrit/polygerrit-ui/app/elements/plugins/gr-settings-api
Tao Zhou b800561d0e Replace $$ with shadowRoot.querySelector
`$$` is deprecated: https://polymer-library.polymer-project.org/2.0/docs/upgrade

One exception here is for gr-select as its not a shadow dom component,
so use `this.querySelector` instead

Change-Id: Ib3fd45298da1b44325d47932e53e6185d25c13de
2020-03-11 12:52:11 +00:00
..