minor changes

This commit is contained in:
coderaiser 2012-07-27 03:45:08 -04:00
parent c52ffae2a0
commit ca5f4fef35

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);
}