summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-06-24 17:49:47 +0200
committerjmoenig <jens@moenig.org>2013-06-24 17:49:47 +0200
commit416d92d78b4e72fc9c3ccbc41c1ef98874d7e500 (patch)
tree50175a5e337c3abab06e79e940ae52689c5aeb8e /objects.js
parent8ef095c7196e10bcfe533851a26d162a730947e9 (diff)
downloadsnap-byow-416d92d78b4e72fc9c3ccbc41c1ef98874d7e500.tar.gz
snap-byow-416d92d78b4e72fc9c3ccbc41c1ef98874d7e500.zip
pretty printing support for mapped code
better formatting capabilites now support Python mappings
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/objects.js b/objects.js
index 9652752..9f7e5b9 100644
--- a/objects.js
+++ b/objects.js
@@ -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;