empty commit

This commit is contained in:
Jacob Bloom 2016-10-04 00:31:34 -06:00
parent f575c812ff
commit fb7f1c8e28

View file

@ -109,6 +109,7 @@ Blockly.FieldDropdown.prototype.init = function() {
'height': this.size_.height,
'stroke': this.sourceBlock_.getColourTertiary(),
'class': 'blocklyBlockBackground'
}, null);
this.fieldGroup_.insertBefore(this.box_, this.textElement_);
}