Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatthes committed Sep 28, 2023
1 parent 1505f3d commit 9d4573b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leuffen/jodastyle",
"version": "2.0.2",
"version": "2.0.3",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.module.js",
Expand Down
2 changes: 1 addition & 1 deletion src/helper/JodaDescriptionManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class __JodaDescriptionManager {


get data() : Description[] {
return window["jodastyle"]["descriptions"];
return window["jodastyle"]["descriptions"] ?? [];
}

get classes() {
Expand Down

0 comments on commit 9d4573b

Please sign in to comment.