From f66fb97e9fb39a140b80f90c739073a906cb6c88 Mon Sep 17 00:00:00 2001 From: Michael Herzog Date: Mon, 20 Jan 2025 10:54:35 +0100 Subject: [PATCH] Update Backend.js --- src/renderers/common/Backend.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderers/common/Backend.js b/src/renderers/common/Backend.js index 1f3a9d5e237fc8..36f0afd90d885a 100644 --- a/src/renderers/common/Backend.js +++ b/src/renderers/common/Backend.js @@ -60,6 +60,7 @@ class Backend { /** * A reference to the timestamp query pool. + * @type {{render: TimestampQueryPool, compute: TimestampQueryPool}} */ this.timestampQueryPool = { 'render': null,