Code review comments

This commit is contained in:
Thomas Stephens
2015-06-19 11:27:18 -05:00
parent c10a63d469
commit 4e14ff8a6f
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -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);
}