Commit db015eb9 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

global loader на открытии

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60082 954022d7-b5bf-4e40-9824-e11837661b57
parent 19604aae
......@@ -986,7 +986,7 @@ asc_docs_api.prototype.OpenDocument2 = function(url, gObject)
this.InitEditor();
this.DocumentUrl = url;
this.DocumentType = 2;
var _loader = new BinaryPPTYLoader();
var _loader = window.global_pptx_content_loader;
_loader.Api = this;
g_oIdCounter.Set_Load(true);
......@@ -5195,7 +5195,7 @@ window["asc_docs_api"].prototype["asc_nativeOpenFile"] = function(base64File, ve
g_oIdCounter.Set_Load(true);
var _loader = new BinaryPPTYLoader();
var _loader = window.global_pptx_content_loader;
_loader.Api = this;
if (version === undefined)
......
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