minor changes

This commit is contained in:
coderaiser 2012-07-26 06:07:40 -04:00
parent 9d491f4a91
commit 4cf87b4f16
2 changed files with 3 additions and 3 deletions

View file

@ -110,7 +110,7 @@ CloudCommander.Viewer.FancyBox = {
/* removing already loaded element
* with same id
*/
var lId = CloudFunc.getIdBySrc(pSrc);
var lId = CloudCommander._getIdBySrc(pSrc);
lId = pParent.getById(lId);
lId &&
document.removeChild(lId);