diff options
| author | Michael Ball <cycomachead@gmail.com> | 2013-12-28 15:01:24 -0800 |
|---|---|---|
| committer | Michael Ball <cycomachead@gmail.com> | 2013-12-28 15:01:24 -0800 |
| commit | 9f0f9dde37730dea46539c4c8971561a0a042354 (patch) | |
| tree | 8127d4f6649f4b698aad9a165cc2ce66fb8f1a68 /blocks.js | |
| parent | faa8b4fe2243b1a8ef5cc4342183f4880b728a3d (diff) | |
| download | snap-byow-9f0f9dde37730dea46539c4c8971561a0a042354.tar.gz snap-byow-9f0f9dde37730dea46539c4c8971561a0a042354.zip | |
Add style tweaks per Nathan's comments.
Diffstat (limited to 'blocks.js')
| -rw-r--r-- | blocks.js | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -817,21 +817,21 @@ SyntaxElementMorph.prototype.labelPart = function (spec) { null, // text false, // non-numeric { - 'Date' : ['Date'], - 'Month' : ['Month'], - 'Day of Month' : ['Day of Month'], - 'Year' : ['Year'], - 'Day of Week' : ['Day of Week'], - 'Time' : ['Time'], - 'Hour' : ['Hour'], - 'Minute' : ['Minute'], - 'Second' : ['Second'], - 'Time in Milliseconds' : ['Time in Milliseconds'], - 'UTC Time' : ['UTC Time'], + 'date' : ['date'], + 'month' : ['month'], + 'year' : ['year'], + 'day of month' : ['day of month'], + '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 ); - part.setContents('Date') + part.setContents('date'); break; case '%delim': part = new InputSlotMorph( |
