diff options
author | Devine Lu Linvega <[email protected]> | 2020-11-12 09:19:21 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-12 09:19:21 -0800 |
commit | f1ae3e84a4f3ff90e1bb61ac9131d04e9e11f34a (patch) | |
tree | e3fa56560ebce30b59493aee4a86a48ac4874e8d | |
parent | def2dd9c8ff565daa879a87e49ad8cd65e55c736 (diff) | |
download | Orca-f1ae3e84a4f3ff90e1bb61ac9131d04e9e11f34a.tar.gz Orca-f1ae3e84a4f3ff90e1bb61ac9131d04e9e11f34a.zip |
Update 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 3136c1d..6f71736 100644 --- a/desktop/sources/scripts/core/library.js +++ b/desktop/sources/scripts/core/library.js @@ -169,7 +169,7 @@ library.j = function OperatorJ (orca, x, y, passive) { this.info = 'Outputs northward operand' this.operation = function (force = false) { - const val = this.listen({ x: 0, y: -1, output: true }) + const val = this.listen({ x: 0, y: -1 }) if (val != this.glyph) { let i = 0 while (orca.inBounds(this.x, this.y + i)) { |