update test
This commit is contained in:
parent
53239d4cd1
commit
2968d7b79a
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ Ox.pad = function(string, position, length, padding) {
|
||||||
|
|
||||||
/*@
|
/*@
|
||||||
Ox.parseDuration <f> Takes a formatted duration, returns seconds
|
Ox.parseDuration <f> Takes a formatted duration, returns seconds
|
||||||
> Ox.parseDuration('01:02:03')
|
> Ox.parseDuration('01:02:03.04')
|
||||||
3723
|
3723.04
|
||||||
> Ox.parseDuration('3')
|
> Ox.parseDuration('3')
|
||||||
3
|
3
|
||||||
> Ox.parseDuration('2:')
|
> Ox.parseDuration('2:')
|
||||||
|
|
Loading…
Reference in a new issue