mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
1db012dafb
In #7345, we disabled Jasmine's global error handler. However, jasmine still tries to call this. So instead of replacing it with null, replace it with a stub. Also add comments about why we are able to do this and still handle global errors in our own way.