From e0a0be885d1674aa9bdefce0fa5547cded988e22 Mon Sep 17 00:00:00 2001 From: Quentin Leonetti Date: Thu, 18 Jul 2019 12:37:34 +0200 Subject: [PATCH] fix (time) --- desktop/sources/scripts/library.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/sources/scripts/library.js b/desktop/sources/scripts/library.js index dafbfe9..ad5571b 100644 --- a/desktop/sources/scripts/library.js +++ b/desktop/sources/scripts/library.js @@ -328,7 +328,7 @@ function Library (ronin) { } this.time = () => { // Returns timestamp in milliseconds. - return Date.now + return Date.now() } this.animate = (play = true) => { // Toggles animation.