diff options
| author | jmoenig <jens@moenig.org> | 2014-12-04 15:54:52 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-12-04 15:54:52 +0100 |
| commit | 060643c1617766a0de0b7f0fc5592f118fadd89a (patch) | |
| tree | 16928835e284deaf6c4b1d83e961d6fc76dff4a3 /gui.js | |
| parent | 59ee043321e2b96bacc98564487c1d1c7094f014 (diff) | |
| download | snap-byow-060643c1617766a0de0b7f0fc5592f118fadd89a.tar.gz snap-byow-060643c1617766a0de0b7f0fc5592f118fadd89a.zip | |
fix typo & update history
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'; } } |
