Commit b9a76c5c authored by Oleg Korshul's avatar Oleg Korshul

ошибка в билдере

parent b29f58d6
CD /D %~dp0
call npm install -g grunt-cli
call npm install
rem call grunt --level=WHITESPACE_ONLY --desktop=true --formatting=PRETTY_PRINT
call grunt --level=ADVANCED --desktop=true
copy ..\word\sdk-all.js ..\..\core\build\jsdesktop\sdkjs\word\sdk-all.js
copy ..\slide\sdk-all.js ..\..\core\build\jsdesktop\sdkjs\slide\sdk-all.js
copy ..\cell\sdk-all.js ..\..\core\build\jsdesktop\sdkjs\cell\sdk-all.js
copy ..\common\Native\native.js ..\..\core\build\jsdesktop\sdkjs\common\Native\native.js
call grunt --level=WHITESPACE_ONLY --desktop=true --formatting=PRETTY_PRINT
rem call grunt --level=ADVANCED --desktop=true
copy ..\word\sdk-all.js ..\..\core\build\jsdesktop\word\sdk-all.js
copy ..\slide\sdk-all.js ..\..\core\build\jsdesktop\slide\sdk-all.js
copy ..\cell\sdk-all.js ..\..\core\build\jsdesktop\cell\sdk-all.js
copy ..\common\Native\native.js ..\..\core\build\jsdesktop\common\Native\native.js
pause
\ No newline at end of file
......@@ -7215,7 +7215,7 @@ window["asc_docs_api"].prototype["asc_nativeApplyChanges"] = function(changes)
window["asc_docs_api"].prototype["asc_nativeInitBuilder"] = function()
{
this.asc_setDocInfo(new window["CDocInfo"]());
this.asc_setDocInfo(new window["Asc"]["asc_CDocInfo"]());
};
window["asc_docs_api"].prototype["asc_SetSilentMode"] = function(bEnabled)
......
......@@ -3042,7 +3042,7 @@
ApiDocumentContent.prototype["RemoveElement"] = ApiDocumentContent.prototype.RemoveElement;
ApiDocument.prototype["GetClassType"] = ApiDocument.prototype.GetClassType;
ApiDocument.prototype["Create_NewHistoryPoint"] = ApiDocument.prototype.Create_NewHistoryPoint;
ApiDocument.prototype["CreateNewHistoryPoint"] = ApiDocument.prototype.CreateNewHistoryPoint;
ApiDocument.prototype["GetDefaultTextPr"] = ApiDocument.prototype.GetDefaultTextPr;
ApiDocument.prototype["GetDefaultParaPr"] = ApiDocument.prototype.GetDefaultParaPr;
ApiDocument.prototype["GetStyle"] = ApiDocument.prototype.GetStyle;
......
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