From 625e0dd7e81c110e214c6d6a62aba4d5c9f610d6 Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:02:17 +0200 Subject: [PATCH] small changes --- measurement.html | 2 +- src/nodeClass.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/measurement.html b/measurement.html index 7d9c13a..3759fc8 100644 --- a/measurement.html +++ b/measurement.html @@ -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); } diff --git a/src/nodeClass.js b/src/nodeClass.js index f467105..95044b2 100644 --- a/src/nodeClass.js +++ b/src/nodeClass.js @@ -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) => {