fixed bug

This commit is contained in:
coderaiser 2013-05-08 12:18:46 -04:00
parent 0c504a6d53
commit 7ae6ab4ef7

View file

@ -735,7 +735,7 @@ var CloudCmd, Util, DOM, CloudFunc;
if(!lID && lSrc)
lID = this.getIdBySrc(lSrc);
var lElement = this.getById(lID);
var lElement = DOMTree.getById(lID);
/* если скрипт еще не загружен */
if(!lElement){