Fix conflict between 'utils' and 'image dropdown' merges.

This commit is contained in:
Neil Fraser
2016-11-16 17:56:25 -08:00
parent a027ec8573
commit 0e9651ee88

View File

@@ -352,7 +352,7 @@ Blockly.FieldDropdown.prototype.render_ = function() {
if (this.imageJson_) {
// Image option is selected.
this.imageElement_ = Blockly.createSvgElement('image',
this.imageElement_ = Blockly.utils.createSvgElement('image',
{'y': 5,
'height': this.imageJson_.height + 'px',
'width': this.imageJson_.width + 'px'}, this.fieldGroup_);