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
2d26d70b
Commit
2d26d70b
authored
Oct 27, 2016
by
Oleg Korshul
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resize before InitControls
parent
6259ec25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
slide/api.js
slide/api.js
+2
-2
word/api.js
word/api.js
+2
-2
No files found.
slide/api.js
View file @
2d26d70b
...
...
@@ -2059,8 +2059,8 @@ background-repeat: no-repeat;\
};
asc_docs_api
.
prototype
.
Resize
=
function
()
{
if
(
false
===
this
.
bInit_word_control
)
return
;
//
if (false === this.bInit_word_control)
//
return;
this
.
WordControl
.
OnResize
(
false
);
};
asc_docs_api
.
prototype
.
AddURL
=
function
(
url
)
...
...
word/api.js
View file @
2d26d70b
...
...
@@ -2175,8 +2175,8 @@ background-repeat: no-repeat;\
};
asc_docs_api
.
prototype
.
Resize
=
function
()
{
if
(
false
===
this
.
bInit_word_control
)
return
;
//
if (false === this.bInit_word_control)
//
return;
this
.
WordControl
.
OnResize
(
false
);
};
asc_docs_api
.
prototype
.
AddURL
=
function
(
url
)
...
...
Boris Kocherov
@bk
mentioned in commit
e16598f1
·
May 29, 2017
mentioned in commit
e16598f1
mentioned in commit e16598f1270fef8749ddbf15b98ed7080fdc611a
Toggle commit list
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