mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
Code review comments
This commit is contained in:
@@ -49,6 +49,7 @@ shaka.asserts.patchAssert_ = function() {
|
||||
if (!assert) {
|
||||
console.assert = function() {};
|
||||
} else if (!assert.bind) {
|
||||
// IE 9 does not provide a .bind for the built-in console functions.
|
||||
console.assert = function() {
|
||||
assert.apply(console, arguments);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user