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
a478385d
Commit
a478385d
authored
Apr 12, 2016
by
Alexey.Musinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[mobile] AscCommonExcel - fixed
parent
a7a6dabf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
cell/native/native.js
cell/native/native.js
+7
-3
No files found.
cell/native/native.js
View file @
a478385d
...
...
@@ -43,6 +43,12 @@ window.document = document;
var
History
=
{};
window
[
"
Asc
"
]
=
{};
var
Asc
=
window
[
"
Asc
"
];
window
[
"
AscCommonExcel
"
]
=
{};
var
AscCommonExcel
=
window
[
"
AscCommonExcel
"
];
//-------------------------------------------------------------------------------------------------
aStandartNumFormats
=
[];
aStandartNumFormats
[
0
]
=
"
General
"
;
...
...
@@ -214,8 +220,6 @@ native_canvas.prototype =
}
};
window
[
"
Asc
"
]
=
{};
var
_null_object
=
{};
_null_object
.
length
=
0
;
_null_object
.
nodeType
=
1
;
...
...
@@ -296,7 +300,7 @@ function GetNativeEngine() {
var
native_renderer
=
null
;
var
_api
=
null
;
var
Asc
=
window
[
"
Asc
"
];
function
NativeOpenFileData
(
data
,
version
)
{
window
.
NATIVE_DOCUMENT_TYPE
=
window
.
native
.
GetEditorType
();
...
...
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