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
b9c1e1ec
Commit
b9c1e1ec
authored
May 04, 2017
by
GoshaZotov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ previous revision
parent
a3994c6d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
175 additions
and
168 deletions
+175
-168
common/wordcopypaste.js
common/wordcopypaste.js
+1
-1
word/Math/mathContent.js
word/Math/mathContent.js
+174
-167
No files found.
common/wordcopypaste.js
View file @
b9c1e1ec
...
@@ -2504,7 +2504,7 @@ PasteProcessor.prototype =
...
@@ -2504,7 +2504,7 @@ PasteProcessor.prototype =
{
{
//TODO пока добавляю функцию здесь. должна она находиться в Math.js
//TODO пока добавляю функцию здесь. должна она находиться в Math.js
var
res
=
paraMath
.
Root
.
GetTextContent
();
var
res
=
paraMath
.
Root
.
GetTextContent
();
console
.
log
(
res
);
console
.
log
(
res
.
str
);
return
res
;
return
res
;
},
},
...
...
word/Math/mathContent.js
View file @
b9c1e1ec
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