From 7f42be8585bdbcab6e4f2d9d6bae9a4337e43940 Mon Sep 17 00:00:00 2001 From: Viraj Mahesh Date: Tue, 11 Mar 2014 10:30:19 -0700 Subject: pen trails is in an array --- objects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects.js b/objects.js index 52abac1..0a30ab7 100644 --- a/objects.js +++ b/objects.js @@ -813,7 +813,7 @@ SpriteMorph.prototype.initBlocks = function () { type: 'command', category: 'sensing', spec: 'save %imgsource as costume named %s', - defaults: ['pen trails', 'screenshot'] + defaults: [['pen trails'], 'screenshot'] }, // Operators -- cgit v1.3.1