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.
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.