Comment out date picker (it increases compile size by 60%).

This commit is contained in:
Neil Fraser
2015-02-25 01:06:10 -08:00
parent aed4d8f5d4
commit 66fc235721
4 changed files with 9 additions and 692 deletions

View File

@@ -164,7 +164,11 @@
<block type="field_dropdown"></block>
<block type="field_checkbox"></block>
<block type="field_colour"></block>
<!--
Date picker commented out since it increases footprint by 60%.
Add it only if you need it. See also goog.require in blockly.js.
<block type="field_date"></block>
-->
<block type="field_variable"></block>
<block type="field_image"></block>
</category>