kopia lustrzana https://github.com/backface/turtlestitch
fix typo & update history
rodzic
59ee043321
commit
060643c161
4
gui.js
4
gui.js
|
@ -69,7 +69,7 @@ SpeechBubbleMorph*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.gui = '2014-December-01';
|
modules.gui = '2014-December-04';
|
||||||
|
|
||||||
// Declarations
|
// Declarations
|
||||||
|
|
||||||
|
@ -241,7 +241,7 @@ IDE_Morph.prototype.openIn = function (world) {
|
||||||
if (usr) {
|
if (usr) {
|
||||||
SnapCloud.username = usr.username || null;
|
SnapCloud.username = usr.username || null;
|
||||||
SnapCloud.password = usr.password || null;
|
SnapCloud.password = usr.password || null;
|
||||||
if (SnapCould.username) {
|
if (SnapCloud.username) {
|
||||||
this.source = 'cloud';
|
this.source = 'cloud';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2377,3 +2377,8 @@ ______
|
||||||
------
|
------
|
||||||
* Morphic: Cache actual bounding box of the Pen arrow shape
|
* Morphic: Cache actual bounding box of the Pen arrow shape
|
||||||
* Threads, Objects: Improve edge-collision detection of default sprite “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
|
||||||
|
|
Ładowanie…
Reference in New Issue