mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
minor rendering fix (#2919)
This commit is contained in:
@@ -112,7 +112,7 @@ Blockly.zelos.ConstantProvider.prototype.shapeFor = function(
|
||||
/**
|
||||
* @override
|
||||
*/
|
||||
Blockly.blockRendering.ConstantProvider.prototype.makeNotch = function() {
|
||||
Blockly.zelos.ConstantProvider.prototype.makeNotch = function() {
|
||||
var width = this.NOTCH_WIDTH;
|
||||
var height = this.NOTCH_HEIGHT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user