summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-12-04 15:54:52 +0100
committerjmoenig <jens@moenig.org>2014-12-04 15:54:52 +0100
commit060643c1617766a0de0b7f0fc5592f118fadd89a (patch)
tree16928835e284deaf6c4b1d83e961d6fc76dff4a3
parent59ee043321e2b96bacc98564487c1d1c7094f014 (diff)
downloadsnap-060643c1617766a0de0b7f0fc5592f118fadd89a.tar.gz
snap-060643c1617766a0de0b7f0fc5592f118fadd89a.zip
fix typo & update history
-rw-r--r--gui.js4
-rwxr-xr-xhistory.txt5
2 files changed, 7 insertions, 2 deletions
diff --git a/gui.js b/gui.js
index 8c56e1e..8cd9403 100644
--- a/gui.js
+++ b/gui.js
@@ -69,7 +69,7 @@ SpeechBubbleMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.gui = '2014-December-01';
+modules.gui = '2014-December-04';
// Declarations
@@ -241,7 +241,7 @@ IDE_Morph.prototype.openIn = function (world) {
if (usr) {
SnapCloud.username = usr.username || null;
SnapCloud.password = usr.password || null;
- if (SnapCould.username) {
+ if (SnapCloud.username) {
this.source = 'cloud';
}
}
diff --git a/history.txt b/history.txt
index b8af0f0..5be35f0 100755
--- a/history.txt
+++ b/history.txt
@@ -2377,3 +2377,8 @@ ______
------
* Morphic: Cache actual bounding box of the Pen arrow shape
* Threads, Objects: Improve edge-collision detection of default sprite “arrow” shape
+
+141204
+------
+* Threads, Objects: Experimental “ForEach” primitive (hidden in dev mode)
+* GUI: Another attempt at pointing the project dialog to the cloud if signed in