diff options
| author | Viraj Mahesh <virajmahesh@gmail.com> | 2014-03-11 10:30:19 -0700 |
|---|---|---|
| committer | Viraj Mahesh <virajmahesh@gmail.com> | 2014-03-11 10:30:19 -0700 |
| commit | 7f42be8585bdbcab6e4f2d9d6bae9a4337e43940 (patch) | |
| tree | 475483d134ff4655e1430141b31086e42e8df6fc | |
| parent | a7a1b54244c91d247511309cddfc9c4c4d895a80 (diff) | |
| download | snap-7f42be8585bdbcab6e4f2d9d6bae9a4337e43940.tar.gz snap-7f42be8585bdbcab6e4f2d9d6bae9a4337e43940.zip | |
pen trails is in an array
| -rw-r--r-- | objects.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
