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
24788cba
Commit
24788cba
authored
Mar 23, 2017
by
Sergey Luzyanin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://github.com/ONLYOFFICE/sdkjs
into develop
parents
ee46ce37
77e6fff9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
cell/model/FormulaObjects/logicalFunctions.js
cell/model/FormulaObjects/logicalFunctions.js
+1
-0
common/NumFormat.js
common/NumFormat.js
+1
-1
No files found.
cell/model/FormulaObjects/logicalFunctions.js
View file @
24788cba
...
...
@@ -166,6 +166,7 @@
cIF
.
prototype
.
constructor
=
cIF
;
cIF
.
prototype
.
argumentsMin
=
1
;
cIF
.
prototype
.
argumentsMax
=
3
;
cIF
.
prototype
.
numFormat
=
AscCommonExcel
.
cNumFormatNone
;
cIF
.
prototype
.
Calculate
=
function
(
arg
)
{
var
arg0
=
arg
[
0
],
arg1
=
arg
[
1
],
arg2
=
arg
[
2
];
...
...
common/NumFormat.js
View file @
24788cba
...
...
@@ -3740,7 +3740,7 @@ function setCurrentCultureInfo(val) {
case
'
4
'
:
case
'
5
'
:
if
(
year
>
0
)
{
dateElems
.
push
(
'
y
'
.
repeat
(
month
));
dateElems
.
push
(
'
y
'
.
repeat
(
year
));
}
break
;
}
...
...
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