summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorMichael Ball <cycomachead@gmail.com>2014-11-21 03:08:41 -0800
committerMichael Ball <cycomachead@gmail.com>2014-11-21 03:08:41 -0800
commit3e8146d043b1f1dc6f37e0a8cbd2e5d3dafb90c7 (patch)
tree0a36d8b40781b5c3adc38c382cd866bbd7499598 /gui.js
parentdbf2e6665b4ff7ef8cb863bcfef5939117a2f795 (diff)
parentf2d0c2eba5d6b012fc3fb1167c82b64b2f8ed447 (diff)
downloadsnap-yow-3e8146d043b1f1dc6f37e0a8cbd2e5d3dafb90c7.tar.gz
snap-yow-3e8146d043b1f1dc6f37e0a8cbd2e5d3dafb90c7.zip
Merge in recent changes (split block improvements #619)
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js9
1 files changed, 5 insertions, 4 deletions
diff --git a/gui.js b/gui.js
index 04481cc..f01f19d 100644
--- a/gui.js
+++ b/gui.js
@@ -69,7 +69,7 @@ SpeechBubbleMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.gui = '2014-October-06';
+modules.gui = '2014-November-20';
// Declarations
@@ -190,7 +190,7 @@ IDE_Morph.prototype.init = function (isAutoFill) {
// additional properties:
this.cloudMsg = null;
- this.source = 'local';
+ this.source = SnapCloud.username ? 'cloud' : 'local';
this.serializer = new SnapSerializer();
this.globalVariables = new VariableFrame();
@@ -2511,8 +2511,9 @@ IDE_Morph.prototype.aboutSnap = function () {
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
+ 'Snap! is developed by the University of California, Berkeley\n'
- + ' with support from the National Science Foundation '
- + 'and MioSoft. \n'
+ + ' with support from the National Science Foundation, '
+ + 'MioSoft, \n'
+ + 'and the Communications Design Group at SAP Labs. \n'
+ 'The design of Snap! is influenced and inspired by Scratch,\n'
+ 'from the Lifelong Kindergarten group at the MIT Media Lab\n\n'