10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00

Fix experimental/null text

This commit is contained in:
Mickaël Véril 2019-09-28 14:38:14 +02:00
parent 9c5b707cd3
commit e8dfeb2035

View File

@ -35,7 +35,7 @@ class method {
}
toString() {
var str = this.name;
if (this.name) {
if (this.basis) {
str = str + '/' + this.basis;
}
return str;