From e7f10e7c3e1d2c5f71410ad4a7593784a12fdb99 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Tue, 27 Aug 2019 10:47:32 -0700 Subject: [PATCH] minor rendering fix (#2919) --- core/renderers/zelos/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/renderers/zelos/constants.js b/core/renderers/zelos/constants.js index 0dd93adce..711b69a9b 100644 --- a/core/renderers/zelos/constants.js +++ b/core/renderers/zelos/constants.js @@ -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;