summaryrefslogtreecommitdiff
path: root/byob.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2015-01-21 12:18:46 +0100
committerjmoenig <jens@moenig.org>2015-01-21 12:18:46 +0100
commitfee92b65f292ee46b83cc499bf623eb269dc6565 (patch)
tree9c2eef2034ad0c08ce7d3cbfd4a324869360478e /byob.js
parentf1fbb38b8715639e6025c130de70ef269cb0c0cd (diff)
downloadsnap-fee92b65f292ee46b83cc499bf623eb269dc6565.tar.gz
snap-fee92b65f292ee46b83cc499bf623eb269dc6565.zip
Generate ScriptsPaneTexture programmatically
Diffstat (limited to 'byob.js')
-rw-r--r--byob.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/byob.js b/byob.js
index 9e7dfc8..ec714f1 100644
--- a/byob.js
+++ b/byob.js
@@ -106,7 +106,7 @@ SymbolMorph, isNil*/
// Global stuff ////////////////////////////////////////////////////////
-modules.byob = '2015-January-13';
+modules.byob = '2015-January-21';
// Declarations
@@ -1651,7 +1651,7 @@ BlockEditorMorph.prototype.init = function (definition, target) {
scripts = new ScriptsMorph(target);
scripts.isDraggable = false;
scripts.color = IDE_Morph.prototype.groupColor;
- scripts.texture = IDE_Morph.prototype.scriptsPaneTexture;
+ scripts.cachedTexture = IDE_Morph.prototype.scriptsPaneTexture;
scripts.cleanUpMargin = 10;
proto = new PrototypeHatBlockMorph(this.definition);