This commit is contained in:
Peter Maquiran
2021-07-23 10:35:53 +01:00
parent 875229b2dc
commit 7b2e16b200
10 changed files with 36 additions and 35 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ get list() {
get count() {
return this._count
}
set count(value) {
set count(value: number) {
this._count = value
}