Commit 0861448a authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

ошибка при сохранении SeriesNumCache в chart

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49877 954022d7-b5bf-4e40-9824-e11837661b57
parent dba2c4f8
...@@ -1166,7 +1166,7 @@ function BinaryChartWriter(memory) ...@@ -1166,7 +1166,7 @@ function BinaryChartWriter(memory)
this.WriteSeriesNumCacheValues = function(NumCache) this.WriteSeriesNumCacheValues = function(NumCache)
{ {
var oThis = this; var oThis = this;
for(var i = 0 in NumCache) for(var i in NumCache)
{ {
var elem = NumCache[i]; var elem = NumCache[i];
if(null != elem) if(null != elem)
......
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