From 9aa3921dd04ee8b6fedec0116f9e3f5503e4043b Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Sun, 26 Jan 2014 04:30:43 -0800 Subject: Remove unecessary items and reorder dropdown --- blocks.js | 7 ++----- 1 file 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 ); -- cgit v1.3.1