mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 05:58:23 +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 {
|
class excitationValue extends excitationBase {
|
||||||
constructor(initial, final, value,Correction) {
|
constructor(initial, final, value,correction=null) {
|
||||||
super(initial, final)
|
super(initial, final)
|
||||||
this.value = value
|
this.value = value
|
||||||
this.correction = correction
|
this.correction = correction
|
||||||
|
Loading…
Reference in New Issue
Block a user