Home | History | Annotate | Download | only in js

Lines Matching refs:toFixed

6410     return +(parseFloat(d) * (/ms/.test(d) ? 1 : 1000)).toFixed(0);