From 1dba594fa4b8b2c7fdbe2de53b627e2c337d444e Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 4 Jul 2023 18:25:40 +0300 Subject: [PATCH] fix jsdocs --- client/src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/app.js b/client/src/app.js index 632cd24bd8..853b978747 100644 --- a/client/src/app.js +++ b/client/src/app.js @@ -246,12 +246,12 @@ class App { * A view factory. * * @private - * @type {Bull.Factory} + * @type {Factory} */ viewFactory = null /** - * @type function(string, function(Bull.View)) + * @type function(string, function(View)) * @private */ viewLoader = null