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;