From f4bbeb0688d77bdd55e36c00c588023b846cac1d Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Mon, 28 Oct 2019 15:27:01 -0700 Subject: [PATCH] Fix bad function definition. --- core/renderers/common/i_path_object.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/renderers/common/i_path_object.js b/core/renderers/common/i_path_object.js index 4cbd940ac..e23faa262 100644 --- a/core/renderers/common/i_path_object.js +++ b/core/renderers/common/i_path_object.js @@ -60,4 +60,4 @@ Blockly.blockRendering.IPathObject.prototype.setColourFromStyle; * Flip the SVG paths in RTL. * @package */ -Blockly.geras.PathObject.prototype.flipRTL; +Blockly.blockRendering.IPathObject.prototype.flipRTL;