summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/blocks.js b/blocks.js
index 2e686cd..8745f3f 100644
--- a/blocks.js
+++ b/blocks.js
@@ -6653,9 +6653,9 @@ InputSlotMorph.prototype.messagesReceivedMenu = function () {
InputSlotMorph.prototype.collidablesMenu = function () {
var dict = {
- 'mouse-pointer' : ['mouse-pointer'],
+ /*'mouse-pointer' : ['mouse-pointer'],
edge : ['edge'],
- 'pen trails' : ['pen trails']
+ 'pen trails' : ['pen trails']*/
},
rcvr = this.parentThatIsA(BlockMorph).receiver(),
stage = rcvr.parentThatIsA(StageMorph),
@@ -6679,7 +6679,7 @@ InputSlotMorph.prototype.collidablesMenu = function () {
InputSlotMorph.prototype.distancesMenu = function () {
var dict = {
- 'mouse-pointer' : ['mouse-pointer']
+ //'mouse-pointer' : ['mouse-pointer']
},
rcvr = this.parentThatIsA(BlockMorph).receiver(),
stage = rcvr.parentThatIsA(StageMorph),