diff options
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 ); |
