Commit caa8d2a4 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

поправлено падение

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56776 954022d7-b5bf-4e40-9824-e11837661b57
parent b7e52244
...@@ -584,6 +584,10 @@ CChartSpace.prototype = ...@@ -584,6 +584,10 @@ CChartSpace.prototype =
{ {
_new_name = "'" + newName + "'"; _new_name = "'" + newName + "'";
} }
else
{
_new_name = newName;
}
if(val) if(val)
{ {
if(val.numRef && typeof val.numRef.f === "string") if(val.numRef && typeof val.numRef.f === "string")
......
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