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) => {