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
3c9ce782
Commit
3c9ce782
authored
8 years ago
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug 32390
parent
86788d76
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
slide/api.js
slide/api.js
+1
-1
No files found.
slide/api.js
View file @
3c9ce782
...
...
@@ -5877,7 +5877,7 @@ asc_docs_api.prototype['asc_isOffline'] = asc_docs_api.prototype.asc_isOffline;
asc_docs_api
.
prototype
[
'
asc_getUrlType
'
]
=
asc_docs_api
.
prototype
.
asc_getUrlType
;
asc_docs_api
.
prototype
[
"
asc_setInterfaceDrawImagePlaceShape
"
]
=
asc_docs_api
.
prototype
.
asc_setInterfaceDrawImagePlaceShape
;
window
[
'
asc_CCommentData
'
]
=
asc_CCommentData
;
window
[
'
Asc
'
][
'
asc_CCommentData
'
]
=
window
[
'
Asc
'
].
asc_CCommentData
=
asc_CCommentData
;
asc_CCommentData
.
prototype
[
'
asc_getText
'
]
=
asc_CCommentData
.
prototype
.
asc_getText
;
asc_CCommentData
.
prototype
[
'
asc_putText
'
]
=
asc_CCommentData
.
prototype
.
asc_putText
;
asc_CCommentData
.
prototype
[
'
asc_getTime
'
]
=
asc_CCommentData
.
prototype
.
asc_getTime
;
...
...
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