Fix bad function definition.

This commit is contained in:
Rachel Fenichel
2019-10-28 15:27:01 -07:00
parent 7e84dcd3c4
commit f4bbeb0688

View File

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