GoogleWebComponents / google-chart

Google Charts API web components
https://www.webcomponents.org/element/@google-web-components/google-chart/elements/google-chart
Apache License 2.0
358 stars 130 forks source link

Fix lint and conformance error #281

Closed rslawik closed 4 years ago

rslawik commented 4 years ago

A lot of code was reformatted due to fixes in JSDoc, replacing var or field renaming.

The only meaningful change is in localizeGlobalStylesheets. It uses the CSS selector to select stylesheets with certain ids. Previously it took all of them and filtered in the code.