minor changes

This commit is contained in:
coderaiser 2012-07-27 03:45:08 -04:00
parent 6517d8a699
commit 717da6d8d6

View file

@ -667,7 +667,7 @@ CloudClient._anyload = function(pParams_o)
}
if(lAsync || lAsync === undefined)
element.async = '';
element.async = true;
(pParams_o.element || document.body).appendChild(element);
}