From b7a32c7ab1035863eeb867efeaa4eed80695f2cc Mon Sep 17 00:00:00 2001 From: nlb Date: Wed, 25 Dec 2019 16:20:04 +0100 Subject: Rename the B operator from bounce to between --- desktop/sources/scripts/core/library.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/sources/scripts/core/library.js b/desktop/sources/scripts/core/library.js index 679a21c..4b092d1 100644 --- a/desktop/sources/scripts/core/library.js +++ b/desktop/sources/scripts/core/library.js @@ -25,8 +25,8 @@ library.a = function OperatorA (orca, x, y, passive) { library.b = function OperatorL (orca, x, y, passive) { Operator.call(this, orca, x, y, 'b', passive) - this.name = 'bounce' - this.info = 'Outputs difference between inputs' + this.name = 'between' + this.info = 'Outputs the absolute value of the subtraction between the inputs' this.ports.a = { x: -1, y: 0 } this.ports.b = { x: 1, y: 0 } -- cgit v1.2.3