From fa187c48e6e24ef90647191a4165665c73f7dce4 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Mon, 30 Dec 2013 21:44:46 -0300 Subject: [PATCH] transports: fix node tests error --- lib/transports/polling.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/transports/polling.js b/lib/transports/polling.js index 2eaacd99..9863e455 100644 --- a/lib/transports/polling.js +++ b/lib/transports/polling.js @@ -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