Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
b9a76c5c
Commit
b9a76c5c
authored
8 years ago
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ошибка в билдере
parent
b29f58d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
build/build-desktop.bat
build/build-desktop.bat
+6
-6
word/api.js
word/api.js
+1
-1
word/apiBuilder.js
word/apiBuilder.js
+1
-1
No files found.
build/build-desktop.bat
View file @
b9a76c5c
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\s
dkjs\s
lide\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
This diff is collapsed.
Click to expand it.
word/api.js
View file @
b9a76c5c
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
word/apiBuilder.js
View file @
b9a76c5c
...
...
@@ -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
[
"
Create
NewHistoryPoint
"
]
=
ApiDocument
.
prototype
.
Create
NewHistoryPoint
;
ApiDocument
.
prototype
[
"
GetDefaultTextPr
"
]
=
ApiDocument
.
prototype
.
GetDefaultTextPr
;
ApiDocument
.
prototype
[
"
GetDefaultParaPr
"
]
=
ApiDocument
.
prototype
.
GetDefaultParaPr
;
ApiDocument
.
prototype
[
"
GetStyle
"
]
=
ApiDocument
.
prototype
.
GetStyle
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment