diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-01-02 10:27:39 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-01-02 10:27:39 +0100 |
| commit | 32e5a9b77a3db25a2562bfab10df3feb94cebb63 (patch) | |
| tree | fc47b01079864c68dbf635717519f5516fd76264 /store.js | |
| parent | 524659048602c2812ef431813615a7a03ac90892 (diff) | |
| parent | b31df39d7f126eaa303c8dae1cf6a14c739a2cc5 (diff) | |
| download | snap-32e5a9b77a3db25a2562bfab10df3feb94cebb63.tar.gz snap-32e5a9b77a3db25a2562bfab10df3feb94cebb63.zip | |
merge upstream
Diffstat (limited to 'store.js')
| -rw-r--r-- | store.js | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -61,7 +61,7 @@ SyntaxElementMorph, Variable*/ // Global stuff //////////////////////////////////////////////////////// -modules.store = '2014-December-06'; +modules.store = '2014-December-17'; // XML_Serializer /////////////////////////////////////////////////////// @@ -267,7 +267,8 @@ SnapSerializer.prototype.watcherLabels = { getTimer: 'timer', getCostumeIdx: 'costume #', reportMouseX: 'mouse x', - reportMouseY: 'mouse y' + reportMouseY: 'mouse y', + reportThreadCount: 'processes' }; // SnapSerializer instance creation: |
