mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Element -> SVGElement (#3140)
* Use SVGElement instead of Element for the results of createSvgElement * More SVGElement annotations.
This commit is contained in:
committed by
Sam El-Husseini
parent
eb5f1cc94a
commit
79bedca5a7
@@ -115,7 +115,7 @@ Blockly.FlyoutButton.prototype.onMouseUpWrapper_ = null;
|
||||
|
||||
/**
|
||||
* Create the button elements.
|
||||
* @return {!Element} The button's SVG group.
|
||||
* @return {!SVGElement} The button's SVG group.
|
||||
*/
|
||||
Blockly.FlyoutButton.prototype.createDom = function() {
|
||||
var cssClass = this.isLabel_ ? 'blocklyFlyoutLabel' : 'blocklyFlyoutButton';
|
||||
|
||||
Reference in New Issue
Block a user