diff options
Diffstat (limited to 'desktop/sources/scripts/core/library.js')
-rw-r--r-- | desktop/sources/scripts/core/library.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/sources/scripts/core/library.js b/desktop/sources/scripts/core/library.js index 6f71736..b489f8b 100644 --- a/desktop/sources/scripts/core/library.js +++ b/desktop/sources/scripts/core/library.js @@ -22,7 +22,7 @@ library.a = function OperatorA (orca, x, y, passive) { } } -library.b = function OperatorL (orca, x, y, passive) { +library.b = function OperatorB (orca, x, y, passive) { Operator.call(this, orca, x, y, 'b', passive) this.name = 'subtract' |