summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCode WvS <code-wvs@quantentunnel.de>2015-03-22 11:35:30 +0100
committerCode WvS <code-wvs@quantentunnel.de>2015-03-22 11:35:30 +0100
commit8c4167659f25771abb8c697793cbe0ab92a6bac1 (patch)
treea27b915d5061e752c7980389772d06a685039f22
parent2443eb0143310599669d3de61e9826e819137fb1 (diff)
downloadsnap-yow-8c4167659f25771abb8c697793cbe0ab92a6bac1.tar.gz
snap-yow-8c4167659f25771abb8c697793cbe0ab92a6bac1.zip
hide doStamp as it is not implemented
-rw-r--r--objects.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/objects.js b/objects.js
index 2ed36e1..f2f4160 100644
--- a/objects.js
+++ b/objects.js
@@ -1962,8 +1962,8 @@ SpriteMorph.prototype.blockTemplates = function (category) {
blocks.push('-');
blocks.push(block('changeSize'));
blocks.push(block('setSize'));
- blocks.push('-');
- blocks.push(block('doStamp'));
+ //blocks.push('-');
+ //blocks.push(block('doStamp'));
} else if (cat === 'control') {