pull/3/merge
jmoenig 2014-11-24 11:08:12 +01:00
rodzic e48eda6cc0
commit 2cee474cb6
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -2348,3 +2348,4 @@ ______
* Objects: Fixed #416
* Objects: Fixed #372
* Threads: Fixed #644
* Store: Fixed #34

Wyświetl plik

@ -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',