Compare commits

..

1 Commits

Author SHA1 Message Date
znetsixe
625e0dd7e8 small changes 2025-07-01 17:02:17 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -120,7 +120,7 @@
} }
// save position field // save position field
if (window.EVOLV?.nodes?.rotatingMachine?.positionMenu?.saveEditor) { if (window.EVOLV?.nodes?.measurement?.positionMenu?.saveEditor) {
window.EVOLV.nodes.rotatingMachine.positionMenu.saveEditor(this); window.EVOLV.nodes.rotatingMachine.positionMenu.saveEditor(this);
} }

View File

@@ -90,7 +90,7 @@ class nodeClass {
} }
/** /**
* Instantiate the core Measurement logic and store as source. * Instantiate the core logic and store as source.
*/ */
_setupSpecificClass() { _setupSpecificClass() {
this.source = new Specific(this.config); 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() { _attachInputHandler() {
this.node.on('input', (msg, send, done) => { this.node.on('input', (msg, send, done) => {