git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47052 954022d7-b5bf-4e40-9824-e11837661b57

This commit is contained in:
Sergey.Konovalov
2013-06-04 13:25:58 +00:00
committed by Alexander.Trofimov
parent 79a9af185a
commit a459d59be2

View File

@ -5935,7 +5935,7 @@ asc_docs_api.prototype.OnHandleMessage = function(event)
if(c_oAscServerError.NoError == data.error)
this.AddImageUrl(data.url);
else
t.sync_ErrorCallback(_mapAscServerErrorToAscError(data.error), c_oAscError.Level.NoCritical);
this.sync_ErrorCallback(_mapAscServerErrorToAscError(data.error), c_oAscError.Level.NoCritical);
}
}
}