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
9ef9e9ed
Commit
9ef9e9ed
authored
Apr 05, 2016
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FONT_THUMBNAIL_HEIGHT -> Asc.FONT_THUMBNAIL_HEIGHT
shd_Clear -> Asc.c_oAscShdClear shd_Nil -> Asc.c_oAscShdNil
parent
631e79ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
common/commonDefines.js
common/commonDefines.js
+3
-0
No files found.
common/commonDefines.js
View file @
9ef9e9ed
...
...
@@ -804,6 +804,7 @@ var c_oAscDocumentUnits = {
if
(
undefined
===
window
[
'
Asc
'
])
{
window
[
'
Asc
'
]
=
{};
}
window
[
'
Asc
'
][
'
FONT_THUMBNAIL_HEIGHT
'
]
=
FONT_THUMBNAIL_HEIGHT
;
window
[
'
Asc
'
][
'
c_oAscMaxColumnWidth
'
]
=
c_oAscMaxColumnWidth
;
window
[
'
Asc
'
][
'
c_oAscMaxRowHeight
'
]
=
c_oAscMaxRowHeight
;
window
[
'
Asc
'
][
'
c_oAscFileType
'
]
=
c_oAscFileType
;
...
...
@@ -814,6 +815,8 @@ window['Asc']['c_oAscAsyncActionType'] = c_oAscAsyncActionType;
window
[
'
Asc
'
][
'
c_oAscNumFormatType
'
]
=
c_oAscNumFormatType
;
window
[
'
Asc
'
][
'
c_oAscDrawingLayerType
'
]
=
c_oAscDrawingLayerType
;
window
[
'
Asc
'
][
'
c_oAscTypeSelectElement
'
]
=
c_oAscTypeSelectElement
;
window
[
'
Asc
'
][
'
c_oAscShdClear
'
]
=
shd_Clear
;
//ToDo по идее должны совпадать переменные
window
[
'
Asc
'
][
'
c_oAscShdNil
'
]
=
shd_Nil
;
window
[
'
Asc
'
][
'
c_oAscChartTitleShowSettings
'
]
=
c_oAscChartTitleShowSettings
;
window
[
'
Asc
'
][
'
c_oAscChartHorAxisLabelShowSettings
'
]
=
c_oAscChartHorAxisLabelShowSettings
;
window
[
'
Asc
'
][
'
c_oAscChartVertAxisLabelShowSettings
'
]
=
c_oAscChartVertAxisLabelShowSettings
;
...
...
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