summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2015-07-01 17:43:21 +0200
committerGubolin <gubolin@fantasymail.de>2015-07-01 17:43:21 +0200
commita3cae8db6e442da230a880a26546595afee7a3bd (patch)
treef9a2b3473e65885e1804e2b46f75f883efe1e365 /gui.js
parentb0d5fca03273d74c009c1415285c0ec375e1f848 (diff)
parent44e4f5d94bc6e448beb46e5d688153c8203d6da8 (diff)
downloadsnap-a3cae8db6e442da230a880a26546595afee7a3bd.tar.gz
snap-a3cae8db6e442da230a880a26546595afee7a3bd.zip
Merge branch 'OOP' into development
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/gui.js b/gui.js
index 8040390..5fa1c6a 100644
--- a/gui.js
+++ b/gui.js
@@ -69,7 +69,7 @@ SpeechBubbleMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.gui = '2015-May-01';
+modules.gui = '2015-May-18';
// Declarations
@@ -3109,7 +3109,9 @@ IDE_Morph.prototype.exportGlobalBlocks = function () {
};
IDE_Morph.prototype.exportSprite = function (sprite) {
- var str = this.serializer.serialize(sprite.allParts());
+ var str = encodeURIComponent(
+ this.serializer.serialize(sprite.allParts())
+ );
window.open('data:text/xml,<sprites app="'
+ this.serializer.app
+ '" version="'