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
2b1a1dc0
Commit
2b1a1dc0
authored
Jan 17, 2017
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c_oAscBorderStyles add description
fix ansi
parent
3e34c126
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
common/commonDefines.js
common/commonDefines.js
+8
-4
No files found.
common/commonDefines.js
View file @
2b1a1dc0
...
@@ -574,7 +574,11 @@
...
@@ -574,7 +574,11 @@
Medium
:
2
,
// 2px
Medium
:
2
,
// 2px
Thick
:
3
// 3px
Thick
:
3
// 3px
};
};
// Располагаются в порядке значимости для отрисовки
/** @enum {number} */
/**
* Располагаются в порядке значимости для отрисовки
* @enum {number}
*/
var
c_oAscBorderStyles
=
{
var
c_oAscBorderStyles
=
{
None
:
0
,
None
:
0
,
Double
:
1
,
Double
:
1
,
...
@@ -720,7 +724,7 @@
...
@@ -720,7 +724,7 @@
None
:
0
,
None
:
0
,
Tab
:
1
,
Tab
:
1
,
Semicolon
:
2
,
Semicolon
:
2
,
С
olon
:
3
,
C
olon
:
3
,
Comma
:
4
,
Comma
:
4
,
Space
:
5
Space
:
5
};
};
...
@@ -1979,7 +1983,7 @@
...
@@ -1979,7 +1983,7 @@
_object
[
"
variations
"
].
push
(
this
.
variations
[
i
].
serialize
());
_object
[
"
variations
"
].
push
(
this
.
variations
[
i
].
serialize
());
}
}
return
_object
;
return
_object
;
}
}
;
CPlugin
.
prototype
[
"
deserialize
"
]
=
function
(
_object
)
CPlugin
.
prototype
[
"
deserialize
"
]
=
function
(
_object
)
{
{
this
.
name
=
(
_object
[
"
name
"
]
!=
null
)
?
_object
[
"
name
"
]
:
this
.
name
;
this
.
name
=
(
_object
[
"
name
"
]
!=
null
)
?
_object
[
"
name
"
]
:
this
.
name
;
...
@@ -1992,7 +1996,7 @@
...
@@ -1992,7 +1996,7 @@
_variation
[
"
deserialize
"
](
_object
[
"
variations
"
][
i
]);
_variation
[
"
deserialize
"
](
_object
[
"
variations
"
][
i
]);
this
.
variations
.
push
(
_variation
);
this
.
variations
.
push
(
_variation
);
}
}
}
}
;
window
[
"
Asc
"
][
"
CPluginVariation
"
]
=
window
[
"
Asc
"
].
CPluginVariation
=
CPluginVariation
;
window
[
"
Asc
"
][
"
CPluginVariation
"
]
=
window
[
"
Asc
"
].
CPluginVariation
=
CPluginVariation
;
window
[
"
Asc
"
][
"
CPlugin
"
]
=
window
[
"
Asc
"
].
CPlugin
=
CPlugin
;
window
[
"
Asc
"
][
"
CPlugin
"
]
=
window
[
"
Asc
"
].
CPlugin
=
CPlugin
;
...
...
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