pull/1/head
Doflatango 8 years ago committed by miraclesu
parent cadce449d5
commit 35c3e1ae4d

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -17,7 +17,7 @@ var formatDuration = function(beginTime, endTime){
if (sec >= 1) s += sec.toString() + ' 秒 ';
d = d%1000;
if (d >= 1) s = d.toString() + ' 毫秒';
if (d >= 1) s += d.toString() + ' 毫秒';
if (s.length == 0) s = "0 毫秒";
return s;

Loading…
Cancel
Save