minor rendering fix (#2919)

This commit is contained in:
Sam El-Husseini
2019-08-27 10:47:32 -07:00
committed by GitHub
parent d8b431ae61
commit e7f10e7c3e

View File

@@ -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;