summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
authorMichael Ball <cycomachead@gmail.com>2014-01-26 04:30:43 -0800
committerMichael Ball <cycomachead@gmail.com>2014-01-26 04:30:43 -0800
commit9aa3921dd04ee8b6fedec0116f9e3f5503e4043b (patch)
tree0b4c2d4543f6802a7e4776c00369e1a717e0dd68 /blocks.js
parentccce2c9ac7167a5efa4573a87f6e149ed9cc2c87 (diff)
downloadsnap-yow-9aa3921dd04ee8b6fedec0116f9e3f5503e4043b.tar.gz
snap-yow-9aa3921dd04ee8b6fedec0116f9e3f5503e4043b.zip
Remove unecessary items and reorder dropdown
Diffstat (limited to 'blocks.js')
-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
);