summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-02-11 18:00:16 +0100
committerjmoenig <jens@moenig.org>2014-02-11 18:00:16 +0100
commitdac7460e7644e49be8eca2885500f8ea6616b511 (patch)
treef7f849530f9556a6db7d2f58732098920a33c006
parent3e7891b5a637196130393d51ba6ff2747926995f (diff)
downloadsnap-dac7460e7644e49be8eca2885500f8ea6616b511.tar.gz
snap-dac7460e7644e49be8eca2885500f8ea6616b511.zip
integrate Date block, thanks, Michael
-rw-r--r--blocks.js4
-rwxr-xr-xhistory.txt1
2 files changed, 3 insertions, 2 deletions
diff --git a/blocks.js b/blocks.js
index 383518a..480545d 100644
--- a/blocks.js
+++ b/blocks.js
@@ -155,7 +155,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph, Costume*/
// Global stuff ////////////////////////////////////////////////////////
-modules.blocks = '2014-February-04';
+modules.blocks = '2014-February-11';
var SyntaxElementMorph;
@@ -825,7 +825,7 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
'hour' : ['hour'],
'minute' : ['minute'],
'second' : ['second'],
- 'time in milliseconds' : ['time in milliseconds'],
+ 'time in milliseconds' : ['time in milliseconds']
},
true // read-only
);
diff --git a/history.txt b/history.txt
index 0ffa8c2..a99517e 100755
--- a/history.txt
+++ b/history.txt
@@ -2094,3 +2094,4 @@ ______
------
* GUI: Set stage dimensions arbitrarily (new entries in the settings menu when holding shift)
* Store: Saving & Loading for arbitrary stage dimensions in the project data
+* new Date block, thanks, Michael!!!