omit 0 for number of decimals when calling formatUnit (0 is the default)

This commit is contained in:
rolux 2012-06-04 12:41:11 +02:00
parent 4c96a9843c
commit 1d19c5d9a2

View file

@ -324,7 +324,7 @@
"title": "Rating",
"type": "float",
"columnWidth": 60,
"format": {"type": "unit", "args": ["%", 0]},
"format": {"type": "unit", "args": ["%"]},
"sort": true
},
{