Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Nov 9, 2024
1 parent b9feac2 commit 9f2fe01
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Blockly.Blocks['ast_AuthorDef'] = {
domToMutation: function (xmlElement) { },
};

Blockly.Python['ast_AuthorDef'] = function (block) {};
Blockly.Python['ast_AuthorDef'] = function (block) { };

BlockMirrorTextToBlocks.prototype['ast_AuthorDef'] = function (node, parent) {};
BlockMirrorTextToBlocks.prototype['ast_AuthorDef'] = function (node, parent) { };

// MORE

0 comments on commit 9f2fe01

Please sign in to comment.