mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
transports: fix node tests error
This commit is contained in:
@@ -205,7 +205,7 @@ Polling.prototype.uri = function(){
|
||||
var port = '';
|
||||
|
||||
// cache busting is forced for IE / android / iOS6 ಠ_ಠ
|
||||
if ('ActiveXObject' in window
|
||||
if ('ActiveXObject' in global
|
||||
|| util.ua.chromeframe
|
||||
|| util.ua.android
|
||||
|| util.ua.ios6
|
||||
|
||||
Reference in New Issue
Block a user