Update now.js

This commit is contained in:
thednp 2021-11-12 18:14:07 +02:00
parent c786e062c0
commit 5dfbf91ce3

View file

@ -1,7 +1,7 @@
let now;
// Include a performance.now polyfill.
// source https://github.com/tweenjs/tween.js/blob/master/src/Now.ts
let now;
// In node.js, use process.hrtime.
// eslint-disable-next-line
// @ts-ignore