Commit Graph

2 Commits

Author SHA1 Message Date
Joey Parrish 7e6a0f38ff fix: Correct license headers in misc. files
This corrects/normalizes license headers in misc. files, such as
config files, docs, build tools, tests, and externs.  This does not
affect the compiled output, and is only done for consistency.

Issue #2638

Change-Id: I9d8da2de55243b08d7df2b743aac73c6f15e858a
2020-06-09 16:13:56 -07:00
Joey Parrish b6fb13c07e Fix externs for DOMStringList
The built-in externs for DOMStringList in Closure Compiler do not seem
to list it as Iterable.  This overrides them to fix it.

This was caught by a compiler upgrade.

Issue #2528

Change-Id: I5a404f2502fce8fc3e956f68f6a51728d68f0654
2020-04-29 20:32:07 +00:00