Commit 39856ba9 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

oResult -> result

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53546 954022d7-b5bf-4e40-9824-e11837661b57
parent 012b939c
......@@ -837,10 +837,10 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
}
else
{
oResult = {returnCode: c_oAscError.Level.Critical, val:c_oAscError.ID.Unknown};
result = {returnCode: c_oAscError.Level.Critical, val:c_oAscError.ID.Unknown};
oThis.handlers.trigger("asc_onError", c_oAscError.ID.Unknown, c_oAscError.Level.Critical);
if(callback)
callback(oResult);
callback(result);
}
},
error:function(){
......
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