From dac7460e7644e49be8eca2885500f8ea6616b511 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 11 Feb 2014 18:00:16 +0100 Subject: integrate Date block, thanks, Michael --- blocks.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blocks.js') 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 ); -- cgit v1.3.1