From 0c3d481cb75eea1125e8e6361d08758c3e0c124b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 2 Sep 2012 17:02:37 +0300 Subject: [PATCH] Update client.js --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index 1b39de2d..f0650b83 100644 --- a/client.js +++ b/client.js @@ -137,7 +137,7 @@ CloudClient.Utils = (function(){ this.ajax = function(pParams){ /* if on webkit */ - if(document.XMLHttpRequest){ + if(window.XMLHttpRequest){ if(!lXMLHTTP) lXMLHTTP = new XMLHttpRequest();