Compare commits
1 Commits
edf9b09af1
...
625e0dd7e8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
625e0dd7e8 |
@@ -120,7 +120,7 @@
|
||||
}
|
||||
|
||||
// save position field
|
||||
if (window.EVOLV?.nodes?.rotatingMachine?.positionMenu?.saveEditor) {
|
||||
if (window.EVOLV?.nodes?.measurement?.positionMenu?.saveEditor) {
|
||||
window.EVOLV.nodes.rotatingMachine.positionMenu.saveEditor(this);
|
||||
}
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ class nodeClass {
|
||||
}
|
||||
|
||||
/**
|
||||
* Instantiate the core Measurement logic and store as source.
|
||||
* Instantiate the core logic and store as source.
|
||||
*/
|
||||
_setupSpecificClass() {
|
||||
this.source = new Specific(this.config);
|
||||
@@ -144,7 +144,7 @@ class nodeClass {
|
||||
}
|
||||
|
||||
/**
|
||||
* Attach the node's input handler, routing control messages to the Measurement class.
|
||||
* Attach the node's input handler, routing control messages to the class.
|
||||
*/
|
||||
_attachInputHandler() {
|
||||
this.node.on('input', (msg, send, done) => {
|
||||
|
||||
Reference in New Issue
Block a user