diff options
| author | jmoenig <jens@moenig.org> | 2013-06-20 18:15:53 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-06-20 18:15:53 +0200 |
| commit | d3ff1965fca3d3d4e4f3b02a260e752461a5f024 (patch) | |
| tree | fc6628bd5228225abc6f4274eccfcb6af9f0cb83 /objects.js | |
| parent | 26475fc0aa6985cbcdd88a7a34e19d252b18b340 (diff) | |
| download | snap-byow-d3ff1965fca3d3d4e4f3b02a260e752461a5f024.tar.gz snap-byow-d3ff1965fca3d3d4e4f3b02a260e752461a5f024.zip | |
Objects: doMapCode() primitive now uses a multi-line input slot
Diffstat (limited to 'objects.js')
| -rw-r--r-- | objects.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1022,7 +1022,7 @@ SpriteMorph.prototype.initBlocks = function () { doMapCode: { // experimental type: 'command', category: 'other', - spec: 'map %cmdRing to code %s' + spec: 'map %cmdRing to code %mlt' }, doMapStringCode: { // experimental type: 'command', |
