File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ var io = this.io = {
12
12
/**
13
13
* Library version.
14
14
*/
15
- version : '0.6.2 ' ,
15
+ version : '0.6.3 ' ,
16
16
17
17
/**
18
18
* Updates the location of the WebSocketMain.swf file that is required for the Flashsocket transport.
@@ -43,4 +43,4 @@ if (typeof window != 'undefined'){
43
43
// WEB_SOCKET_SWF_LOCATION = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//cdn.socket.io/' + this.io.version + '/WebSocketMain.swf';
44
44
if ( typeof WEB_SOCKET_SWF_LOCATION === 'undefined' )
45
45
WEB_SOCKET_SWF_LOCATION = '/socket.io/lib/vendor/web-socket-js/WebSocketMain.swf' ;
46
- }
46
+ }
Original file line number Diff line number Diff line change 1
- /** Socket.IO 0.6.2 - Built with build.js */
1
+ /** Socket.IO 0.6.3 - Built with build.js */
2
2
/**
3
3
* socket.io-node-client
4
4
* Copyright(c) 2011 LearnBoost <[email protected] >
@@ -13,7 +13,7 @@ var io = this.io = {
13
13
/**
14
14
* Library version.
15
15
*/
16
- version : '0.6.2 ' ,
16
+ version : '0.6.3 ' ,
17
17
18
18
/**
19
19
* Updates the location of the WebSocketMain.swf file that is required for the Flashsocket transport.
@@ -45,6 +45,7 @@ if (typeof window != 'undefined'){
45
45
if ( typeof WEB_SOCKET_SWF_LOCATION === 'undefined' )
46
46
WEB_SOCKET_SWF_LOCATION = '/socket.io/lib/vendor/web-socket-js/WebSocketMain.swf' ;
47
47
}
48
+
48
49
/**
49
50
* socket.io-node-client
50
51
* Copyright(c) 2011 LearnBoost <[email protected] >
You can’t perform that action at this time.
0 commit comments