mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-24 13:23:40 +01:00
Fix correction in excitationValue
This commit is contained in:
parent
2c63a4dfdc
commit
70c579da02
@ -76,7 +76,7 @@ class excitationBase {
|
||||
}
|
||||
}
|
||||
class excitationValue extends excitationBase {
|
||||
constructor(initial, final, value,Correction) {
|
||||
constructor(initial, final, value,correction=null) {
|
||||
super(initial, final)
|
||||
this.value = value
|
||||
this.correction = correction
|
||||
|
Loading…
Reference in New Issue
Block a user