Skip to content

Commit

Permalink
restore quoting in utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydanielsencision committed Aug 30, 2024
1 parent 3424c96 commit 6dfe613
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ module.exports = {
getBuiltinNumFmtId = function (nf) {
var builtin_nfs;
builtin_nfs = {
General: 0,
'General': 0,
'': 0,
0: 1,
'0': 1,
'0.00': 2,
'#,##0': 3,
'#,##0.00': 4,
Expand Down Expand Up @@ -74,7 +74,7 @@ module.exports = {
'mmss.0': 47,
'##0.0E+0': 48,
'@': 49,
t0: 59,
't0': 59,
't0.00': 60,
't#,##0': 61,
't#,##0.00': 62,
Expand Down

0 comments on commit 6dfe613

Please sign in to comment.