From e3743028c02c7f6ca2615ecc05464119ff88f005 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Mon, 16 Apr 2018 11:52:59 +0200 Subject: [PATCH] minor tweaks for Linting --- blocks.js | 5 +++-- history.txt | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/blocks.js b/blocks.js index 7310fc56..8d5b1fe8 100644 --- a/blocks.js +++ b/blocks.js @@ -5872,9 +5872,10 @@ RingMorph.prototype.vanishForSimilar = function () { return null; } if (block.selector === 'reportGetVar' || + // block.selector === 'reportListItem' || block.selector === 'reportJSFunction' || - block.selector == 'reportAttributeOf' || - block.selector == 'reportCompiled' || + block.selector === 'reportAttributeOf' || + block.selector === 'reportCompiled' || (block instanceof RingMorph) ) { this.parent.silentReplaceInput(this, block); diff --git a/history.txt b/history.txt index 9918bda6..5cf70964 100755 --- a/history.txt +++ b/history.txt @@ -4081,3 +4081,4 @@ in development: 180416 ------ * Blocks: only preserve filled rings when collapsing ring-typed multi-arg-slots +* Blocks: minor tweaks