prettier
This commit is contained in:
parent
4eae366bee
commit
2c9ea03fde
3 changed files with 4 additions and 6 deletions
|
|
@ -4,9 +4,8 @@
|
|||
// import createClock from './zyklus.mjs';
|
||||
|
||||
function getTime() {
|
||||
|
||||
const seconds = performance.now() * .001;
|
||||
return seconds
|
||||
const seconds = performance.now() * 0.001;
|
||||
return seconds;
|
||||
// return Math.round(seconds * precision) / precision;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue