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

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

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