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 7f7c856 commit f3b3849
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ Blockly.Blocks['ast_AuthorDef'] = {
*/
domToMutation: function (xmlElement) { },
};

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

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

// MORE

0 comments on commit f3b3849

Please sign in to comment.