From bf46534d4d067ab989e7a6d4453325cf92defb4a Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 20 Jun 2022 12:29:52 +0300 Subject: [PATCH] fix --- client/src/app.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/client/src/app.js b/client/src/app.js index e7832aef79..14fcd5b65b 100644 --- a/client/src/app.js +++ b/client/src/app.js @@ -319,6 +319,18 @@ function ( */ broadcastChannel: null, + /** + * @private + * @type {module:date-time.Class|null} + */ + dateTime: null, + + /** + * @private + * @type {module:number.Class|null} + */ + numberUtil: null, + /** * @private */