summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blocks.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/blocks.js b/blocks.js
index a1d80f5..c975e16 100644
--- a/blocks.js
+++ b/blocks.js
@@ -817,17 +817,14 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
null, // text
false, // non-numeric
{
- 'date' : ['date'],
- 'month' : ['month'],
'year' : ['year'],
- 'day of month' : ['day of month'],
+ 'month' : ['month'],
+ 'date' : ['date'],
'day of week' : ['day of week'],
- 'time' : ['time'],
'hour' : ['hour'],
'minute' : ['minute'],
'second' : ['second'],
'time in milliseconds' : ['time in milliseconds'],
- 'UTC time' : ['UTC time'],
},
true // read-only
);