Update now.js

Co-Authored-By: Thamjith Thaha <jithuthaha8@gmail.com>
Co-Authored-By: Frederic R. <frederic.rousseau@storyful.com>
This commit is contained in:
thednp 2021-11-10 17:09:00 +02:00
parent b36f26195c
commit f56e19369a

View file

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