Commit 2fe64cd6 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

this->t

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64880 954022d7-b5bf-4e40-9824-e11837661b57
parent 1a4196b2
......@@ -501,12 +501,13 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
}
};
spreadsheet_api.prototype.asc_LoadDocument = function() {
var t = this;
this.CoAuthoringApi.auth(this.asc_getViewerMode());
this.asc_StartAction(c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.Open);
if (!this.chartEditor) {
this._asc_open(function(response) {
this._startOpenDocument(response);
t._startOpenDocument(response);
});
}
};
......
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