Skip to content

Commit

Permalink
Fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Jan 26, 2023
1 parent e3c2290 commit 0029ba5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/default/weather/weatherobject.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0029ba5

Please sign in to comment.