diff options
| author | Michael Ball <cycomachead@gmail.com> | 2014-01-26 04:30:43 -0800 |
|---|---|---|
| committer | Michael Ball <cycomachead@gmail.com> | 2014-01-26 04:30:43 -0800 |
| commit | 9aa3921dd04ee8b6fedec0116f9e3f5503e4043b (patch) | |
| tree | 0b4c2d4543f6802a7e4776c00369e1a717e0dd68 | |
| parent | ccce2c9ac7167a5efa4573a87f6e149ed9cc2c87 (diff) | |
| download | snap-byow-9aa3921dd04ee8b6fedec0116f9e3f5503e4043b.tar.gz snap-byow-9aa3921dd04ee8b6fedec0116f9e3f5503e4043b.zip | |
Remove unecessary items and reorder dropdown
| -rw-r--r-- | blocks.js | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 ); |
