From f56e19369aed46b41bb5efcb5b3675c87baeb56f Mon Sep 17 00:00:00 2001 From: thednp Date: Wed, 10 Nov 2021 17:09:00 +0200 Subject: [PATCH] Update now.js Co-Authored-By: Thamjith Thaha Co-Authored-By: Frederic R. --- src/objects/now.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/objects/now.js b/src/objects/now.js index 66a7641..307f682 100644 --- a/src/objects/now.js +++ b/src/objects/now.js @@ -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