Skip to content

Commit 4308464

Browse files
committed
Add comment explaining global.console
1 parent d08608a commit 4308464

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/tape.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
var load = require('load-script')
22
var engineClient = require('engine.io-client')
33

4+
// Without Developer Tools open, console is undefined in IE9.
45
if (typeof global.console === 'undefined') {
56
global.console = {}
67
}

0 commit comments

Comments
 (0)