From 7ae6ab4ef7e13e20e05d860abf26cb68be9fca31 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 8 May 2013 12:18:46 -0400 Subject: [PATCH] fixed bug --- lib/client/dom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index fad2cfc6..8ba0e981 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -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){