Small code cleanups, documentation

This commit is contained in:
Pieter Vander Vennet 2021-03-09 13:10:48 +01:00
parent cb42a4fcc5
commit 085d762bff
4 changed files with 37 additions and 34 deletions

View file

@ -1,5 +1,6 @@
/**
* Shows the reviews and scoring base on mangrove.reviesw
* Shows the reviews and scoring base on mangrove.reviews
* The middle element is some other component shown in the middle, e.g. the review input element
*/
import {UIEventSource} from "../../Logic/UIEventSource";
import {Review} from "../../Logic/Web/Review";