Commit 9c3d00ff 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@60298 954022d7-b5bf-4e40-9824-e11837661b57
parent 97ab602a
...@@ -685,7 +685,7 @@ CColorMod.prototype = ...@@ -685,7 +685,7 @@ CColorMod.prototype =
if(r.GetLong() !== this.getObjectType()) if(r.GetLong() !== this.getObjectType())
return; return;
var type = r.GetLong(); var type = r.GetLong();
switch(data.Type) switch(type)
{ {
case historyitem_ColorMod_SetName: case historyitem_ColorMod_SetName:
{ {
...@@ -10796,7 +10796,7 @@ HF.prototype = ...@@ -10796,7 +10796,7 @@ HF.prototype =
Load_Changes: function(r) Load_Changes: function(r)
{ {
var type = r.GetLong(); var type = r.GetLong();
switch(data.Type) switch(type)
{ {
case historyitem_HF_SetDt: case historyitem_HF_SetDt:
{ {
......
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