diff options
| author | jmoenig <jens@moenig.org> | 2014-11-24 11:08:12 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-11-24 11:08:12 +0100 |
| commit | 2cee474cb676f9ad04d55cc25f8d3fc42c002cce (patch) | |
| tree | ff8a1b2b77fc6eb351b5331414ab38f48f6b7ab6 | |
| parent | e48eda6cc0bdd234f2b385974d1cee66656e070a (diff) | |
| download | snap-byow-2cee474cb676f9ad04d55cc25f8d3fc42c002cce.tar.gz snap-byow-2cee474cb676f9ad04d55cc25f8d3fc42c002cce.zip | |
Fixed #34
| -rwxr-xr-x | history.txt | 1 | ||||
| -rw-r--r-- | store.js | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/history.txt b/history.txt index 819dcf0..2efc442 100755 --- a/history.txt +++ b/history.txt @@ -2348,3 +2348,4 @@ ______ * Objects: Fixed #416 * Objects: Fixed #372 * Threads: Fixed #644 +* Store: Fixed #34 @@ -61,7 +61,7 @@ SyntaxElementMorph, Variable*/ // Global stuff //////////////////////////////////////////////////////// -modules.store = '2014-November-14'; +modules.store = '2014-November-24'; // XML_Serializer /////////////////////////////////////////////////////// @@ -261,7 +261,9 @@ SnapSerializer.prototype.watcherLabels = { yPosition: 'y position', direction: 'direction', getScale: 'size', + getTempo: 'tempo', getLastAnswer: 'answer', + getLastMessage: 'message', getTimer: 'timer', getCostumeIdx: 'costume #', reportMouseX: 'mouse x', |
