Commit e62cc1f0 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

у картинок нет метода Search

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60235 954022d7-b5bf-4e40-9824-e11837661b57
parent 36682a52
......@@ -133,7 +133,8 @@ Slide.prototype =
var sp_tree = this.cSld.spTree;
for(var i = 0; i < sp_tree.length; ++i)
{
sp_tree[i].Search(Str, Props, Engine, Type);
if (sp_tree[i].Search)
sp_tree[i].Search(Str, Props, Engine, Type);
}
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment