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
0e6d842b
Commit
0e6d842b
authored
8 years ago
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create plugins move to api base
parent
3e2d86cf
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
common/apiBase.js
common/apiBase.js
+2
-0
word/api.js
word/api.js
+0
-2
No files found.
common/apiBase.js
View file @
0e6d842b
...
@@ -907,6 +907,8 @@
...
@@ -907,6 +907,8 @@
{
{
this
.
asc_enableKeyEvents
(
this
.
tmpFocus
);
this
.
asc_enableKeyEvents
(
this
.
tmpFocus
);
}
}
this
.
pluginsManager
=
Asc
.
createPluginsManager
(
this
);
};
};
baseEditorsApi
.
prototype
.
sendStandartTextures
=
function
()
baseEditorsApi
.
prototype
.
sendStandartTextures
=
function
()
...
...
This diff is collapsed.
Click to expand it.
word/api.js
View file @
0e6d842b
...
@@ -6662,7 +6662,6 @@ background-repeat: no-repeat;\
...
@@ -6662,7 +6662,6 @@ background-repeat: no-repeat;\
if
(
this
.
bInit_word_control
===
false
)
if
(
this
.
bInit_word_control
===
false
)
{
{
this
.
bInit_word_control
=
true
;
this
.
bInit_word_control
=
true
;
this
.
pluginsManager
=
Asc
.
createPluginsManager
(
this
);
this
.
asc_fireCallback
(
"
asc_onDocumentContentReady
"
);
this
.
asc_fireCallback
(
"
asc_onDocumentContentReady
"
);
}
}
}
}
...
@@ -6761,7 +6760,6 @@ background-repeat: no-repeat;\
...
@@ -6761,7 +6760,6 @@ background-repeat: no-repeat;\
if
(
false
===
this
.
isSaveFonts_Images
)
if
(
false
===
this
.
isSaveFonts_Images
)
{
{
this
.
bInit_word_control
=
true
;
this
.
bInit_word_control
=
true
;
this
.
pluginsManager
=
Asc
.
createPluginsManager
(
this
);
this
.
asc_fireCallback
(
"
asc_onDocumentContentReady
"
);
this
.
asc_fireCallback
(
"
asc_onDocumentContentReady
"
);
}
}
...
...
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