mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Resolve 106 warnings.
This commit is contained in:
@@ -146,7 +146,7 @@ Blockly.Field.prototype.init = function() {
|
||||
'ry': 4,
|
||||
'x': -Blockly.BlockSvg.SEP_SPACE_X / 2,
|
||||
'y': 0,
|
||||
'height': 16}, this.fieldGroup_, this.sourceBlock_.workspace);
|
||||
'height': 16}, this.fieldGroup_);
|
||||
/** @type {!Element} */
|
||||
this.textElement_ = Blockly.utils.createSvgElement('text',
|
||||
{'class': 'blocklyText', 'y': this.size_.height - 12.5},
|
||||
|
||||
Reference in New Issue
Block a user