summaryrefslogtreecommitdiff
path: root/store.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 /store.js
parentf1fbb38b8715639e6025c130de70ef269cb0c0cd (diff)
downloadsnap-yow-fee92b65f292ee46b83cc499bf623eb269dc6565.tar.gz
snap-yow-fee92b65f292ee46b83cc499bf623eb269dc6565.zip
Generate ScriptsPaneTexture programmatically
Diffstat (limited to 'store.js')
-rw-r--r--store.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/store.js b/store.js
index 9dd851d..056767f 100644
--- a/store.js
+++ b/store.js
@@ -61,7 +61,7 @@ SyntaxElementMorph, Variable*/
// Global stuff ////////////////////////////////////////////////////////
-modules.store = '2015-January-12';
+modules.store = '2015-January-21';
// XML_Serializer ///////////////////////////////////////////////////////
@@ -861,7 +861,7 @@ SnapSerializer.prototype.loadScripts = function (scripts, model) {
// private
var myself = this,
scale = SyntaxElementMorph.prototype.scale;
- scripts.texture = 'scriptsPaneTexture.gif';
+ scripts.cachedTexture = IDE_Morph.prototype.scriptsPaneTexture;
model.children.forEach(function (child) {
var element;
if (child.tag === 'script') {