mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
Fix experimental/null text
This commit is contained in:
parent
9c5b707cd3
commit
e8dfeb2035
@ -35,7 +35,7 @@ class method {
|
||||
}
|
||||
toString() {
|
||||
var str = this.name;
|
||||
if (this.name) {
|
||||
if (this.basis) {
|
||||
str = str + '/' + this.basis;
|
||||
}
|
||||
return str;
|
||||
|
Loading…
Reference in New Issue
Block a user