Commit 8051245e authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

this -> oThis

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62429 954022d7-b5bf-4e40-9824-e11837661b57
parent 30a1d334
......@@ -7561,7 +7561,7 @@ asc_docs_api.prototype.asc_sendMailMergeData = function(oData)
if(null != oThis.mailMergeSendData){
oThis.sync_EndAction(c_oAscAsyncActionType.BlockInteraction, actionType);
oThis.mailMergeSendData = null;
this.mailMergeSendTimeout = null;
oThis.mailMergeSendTimeout = null;
}
}, 10000);
};
......
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