Skip to content

Commit f39de79

Browse files
committed
0.4_1/2.0.1
1 parent 678cf8d commit f39de79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MeTMT/js/utils/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function milestoneShown(layer, id) {
118118
}
119119
return false;
120120
}
121-
function format(decimal, precision = 0) {
121+
function format(decimal, precision = 2) {
122122
switch (options.formatting) {
123123
case "default":
124124
return defaultFormat(decimal, precision);

0 commit comments

Comments
 (0)