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