diff options
| author | jmoenig <jens@moenig.org> | 2013-06-21 09:53:16 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-06-21 09:53:16 +0200 |
| commit | 1f8f6e01929b2d3c3e4db8251adedc24ad1935ba (patch) | |
| tree | bceba37d420a00828d38e9f2ab8985466ae7ab2c /objects.js | |
| parent | 25ea3d4a16696989824df9994f4024ba5aebc7ca (diff) | |
| download | snap-1f8f6e01929b2d3c3e4db8251adedc24ad1935ba.tar.gz snap-1f8f6e01929b2d3c3e4db8251adedc24ad1935ba.zip | |
%code input slot
multi-line, monospaced, type-in slot for code mappings
Diffstat (limited to 'objects.js')
| -rw-r--r-- | objects.js | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -123,7 +123,7 @@ PrototypeHatBlockMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.objects = '2013-June-20'; +modules.objects = '2013-June-21'; var SpriteMorph; var StageMorph; @@ -1022,18 +1022,18 @@ SpriteMorph.prototype.initBlocks = function () { doMapCode: { // experimental type: 'command', category: 'other', - spec: 'map %cmdRing to code %mlt' + spec: 'map %cmdRing to code %code' }, doMapStringCode: { // experimental type: 'command', category: 'other', - spec: 'map String to code %s', + spec: 'map String to code %code', defaults: ['<#1>'] }, doMapListCode: { // experimental type: 'command', category: 'other', - spec: 'map %codeListPart of %codeListKind to code %s' + spec: 'map %codeListPart of %codeListKind to code %code' }, reportMappedCode: { // experimental type: 'reporter', |
