Files
shaka-player/test
Joey Parrish d2013e7da1 Fix const violations w/ newer compiler
These modules are loaded by the tests w/ require() and assigned to
window, but the externs declare the namespaces as "const".  If they
are declared const, then assigning them in test/test/boot.js is a
problem for the newer compiler.  To work around this, assign them
using bracket notation.

Issue #1852

Change-Id: I2319ada7cdf502b5f1a5a3e65e9491c666404c89
2019-06-03 21:53:47 +00:00
..
2019-06-03 11:52:25 -07:00
2019-05-30 21:52:13 +00:00
2019-06-03 15:29:26 +00:00
2019-05-31 17:44:36 +00:00
2019-05-22 16:34:20 +00:00
2019-05-13 22:31:09 +00:00
2019-05-21 22:56:34 +00:00
2019-05-28 22:17:48 +00:00
2019-06-03 18:41:17 +00:00
2019-05-22 16:14:19 +00:00