diff options
author | Alan Kligman <ack@mozilla.com> | 2013-04-16 18:21:34 -0400 |
---|---|---|
committer | Alan Kligman <ack@mozilla.com> | 2013-05-23 15:30:28 -0400 |
commit | 69548e0e2bc6a8eeffa459ecfa4bce5e4b9d699f (patch) | |
tree | 76bf4be0434cc0a7c0b861d313076c9f34f20f0a /src/library.js | |
parent | 2db451959aafa8e8e344177bacdad0706cf1afb6 (diff) |
Rename global io to SocketIO. Updated webrtc library to pull in global name.
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js index 285d1359..f9c20e25 100644 --- a/src/library.js +++ b/src/library.js @@ -7116,7 +7116,7 @@ LibraryManager.library = { // nonblocking // ========================================================================== $Sockets__deps: ['__setErrNo', '$ERRNO_CODES', - function() { return 'io = ' + read('socket.io.js') + ';\n' }, + function() { return 'SocketIO = ' + read('socket.io.js') + ';\n' }, function() { return 'Peer = ' + read('wrtcp.js') + ';\n' }], $Sockets: { BUFFER_SIZE: 10*1024, // initial size |