From 692a2945599a6df106a9d83d295c02a9415aa9e8 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Sun, 19 Jun 2016 23:44:08 -0700 Subject: [PATCH] Allow the new boolean block to be findable Necessary for the find bar and typing features --- objects.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/objects.js b/objects.js index 0784b10d..ed35fbc5 100644 --- a/objects.js +++ b/objects.js @@ -868,7 +868,7 @@ SpriteMorph.prototype.initBlocks = function () { category: 'sensing', spec: 'current %dates' }, - reportGet:{ + reportGet: { type: 'reporter', category: 'sensing', spec: 'my %get', @@ -971,7 +971,8 @@ SpriteMorph.prototype.initBlocks = function () { reportBoolean: { type: 'predicate', category: 'operators', - spec: '%bool' + spec: '%bool', + alias: 'true false boolean' }, reportJoinWords: { type: 'reporter',