Small tweaks

This commit is contained in:
Sam Potts
2018-01-22 23:39:09 +11:00
parent b298587c0b
commit ebf53d14b1
11 changed files with 25 additions and 20 deletions
+1 -1
View File
@@ -614,7 +614,7 @@ const utils = {
formatTime(time = 0, displayHours = false, inverted = false) {
// Bail if the value isn't a number
if (!utils.is.number(time)) {
return;
return this.formatTime(null, displayHours, inverted);
}
// Format time component to add leading zero