Merge branch 'main' into reset

This commit is contained in:
Alex McLean 2022-05-03 00:39:25 +01:00 committed by GitHub
commit cbe9c9248d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 132 additions and 31 deletions

View file

@ -81,7 +81,7 @@ export class Hap {
'(' + (this.whole == undefined ? '~' : this.whole.show()) + ', ' + this.part.show() + ', ' + this.value + ')'
);
}
showWhole() {
return `${this.whole == undefined ? '~' : this.whole.show()}: ${this.value}`;
}
@ -100,4 +100,4 @@ export class Hap {
}
}
export default Hap;
export default Hap;