mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
0.2.1
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
this.io = {
|
||||
version: '0.2.0',
|
||||
version: '0.2.1',
|
||||
|
||||
setPath: function(path){
|
||||
this.path = /\/$/.test(path) ? path : path + '/';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/** Socket.IO 0.2.0 - Built with build.js */
|
||||
/** Socket.IO 0.2.1 - Built with build.js */
|
||||
/**
|
||||
* Socket.IO client
|
||||
*
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
this.io = {
|
||||
version: '0.2.0',
|
||||
version: '0.2.1',
|
||||
|
||||
setPath: function(path){
|
||||
this.path = /\/$/.test(path) ? path : path + '/';
|
||||
@@ -1072,6 +1072,7 @@ io.Transport.flashsocket.check = function(){
|
||||
});
|
||||
|
||||
io.Transport['htmlfile'].check = function(){
|
||||
return false;
|
||||
if ('ActiveXObject' in window){
|
||||
try {
|
||||
var a = new ActiveXObject('htmlfile');
|
||||
|
||||
Reference in New Issue
Block a user