Merge pull request #1259 from cycomachead/booleans-typing

Allow the new boolean block to be findable
dev
Jens Mönig 2016-07-04 11:08:13 +02:00 zatwierdzone przez GitHub
commit 8fb706c7e5
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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',