diff options
| author | jmoenig <jens@moenig.org> | 2013-06-24 17:49:47 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-06-24 17:49:47 +0200 |
| commit | 416d92d78b4e72fc9c3ccbc41c1ef98874d7e500 (patch) | |
| tree | 50175a5e337c3abab06e79e940ae52689c5aeb8e /objects.js | |
| parent | 8ef095c7196e10bcfe533851a26d162a730947e9 (diff) | |
| download | snap-416d92d78b4e72fc9c3ccbc41c1ef98874d7e500.tar.gz snap-416d92d78b4e72fc9c3ccbc41c1ef98874d7e500.zip | |
pretty printing support for mapped code
better formatting capabilites now support Python mappings
Diffstat (limited to 'objects.js')
| -rw-r--r-- | objects.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -123,7 +123,7 @@ PrototypeHatBlockMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.objects = '2013-June-21'; +modules.objects = '2013-June-24'; var SpriteMorph; var StageMorph; @@ -5200,7 +5200,7 @@ CellMorph.prototype.drawNew = function () { null, true, false, - 'center' + 'left' // was formerly 'center', reverted b/c of code-mapping ); if (this.isEditable) { this.contentsMorph.isEditable = true; |
