Files
shaka-player/lib/polyfill
Joey Parrish 8ec7164878 Do not export any part of the Promise polyfill
If we use @export in the Promise polyfill, those methods will end up
attached to the polyfill namespace in the compiled code, and will also
end up in the generated externs (coming soon).

By exporting then() and catch() manually, we avoid this.

Change-Id: Ib12b4d9319452ceed802c8fdc8c47d9c09dd24a5
2016-09-30 16:54:43 +00:00
..
2016-04-07 20:51:24 +00:00
2016-07-24 16:27:40 -07:00