From 0029ba5dee25e7d36b0d3f1be6a95407d17b4d91 Mon Sep 17 00:00:00 2001 From: rejas Date: Thu, 26 Jan 2023 11:38:15 +0100 Subject: [PATCH] Fix jsdoc --- modules/default/weather/weatherobject.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/default/weather/weatherobject.js b/modules/default/weather/weatherobject.js index 1d86738d5a..f5ebdf5db1 100644 --- a/modules/default/weather/weatherobject.js +++ b/modules/default/weather/weatherobject.js @@ -11,6 +11,10 @@ * Currently this is focused on the information which is necessary for the current weather. * As soon as we start implementing the forecast, mode properties will be added. */ + +/** + * @external Moment + */ class WeatherObject { /** * Constructor for a WeatherObject