Updated CM.Disp.GetTimeColor v2

This commit is contained in:
Daniel van Noord
2020-12-03 13:24:34 +01:00
parent 5b9d171bf4
commit 9cad31da3e
2 changed files with 2 additions and 2 deletions

View File

@@ -307,7 +307,7 @@ CM.Disp.FormatTime = function(time, longFormat) {
}
/**
* This function returns returns the color to be used for time-strings
* This function returns the color to be used for time-strings
* @param {number} time Time to be coloured
* @returns {{string, string}} {text, color} Both the formatted time and color as strings in an array
*/