diff options
| -rw-r--r-- | blocks.js | 4 | ||||
| -rwxr-xr-x | history.txt | 1 |
2 files changed, 3 insertions, 2 deletions
@@ -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!!! |
