diff options
| author | jmoenig <jens@moenig.org> | 2014-02-11 18:00:16 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-02-11 18:00:16 +0100 |
| commit | dac7460e7644e49be8eca2885500f8ea6616b511 (patch) | |
| tree | f7f849530f9556a6db7d2f58732098920a33c006 /blocks.js | |
| parent | 3e7891b5a637196130393d51ba6ff2747926995f (diff) | |
| download | snap-byow-dac7460e7644e49be8eca2885500f8ea6616b511.tar.gz snap-byow-dac7460e7644e49be8eca2885500f8ea6616b511.zip | |
integrate Date block, thanks, Michael
Diffstat (limited to 'blocks.js')
| -rw-r--r-- | blocks.js | 4 |
1 files changed, 2 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 ); |
