Skip to content

Commit

Permalink
Fix mdlint
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Mar 22, 2024
1 parent 057f942 commit 393a642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/code-howtos/javafx.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ If an instance of `DialogService` is unavailable within current class/scope in w
```java
DialogService dialogService = Injector.instantiateModelOrService(DialogService.class);
```

## Properties and Bindings

JabRef makes heavy use of Properties and Bindings. These are wrappers around Observables. A good explanation on the concept can be found here:
Expand Down

0 comments on commit 393a642

Please sign in to comment.