mirror of
https://github.com/google/blockly.git
synced 2026-05-12 23:20:10 +02:00
c31895dc60
Some files were using Blockly.utils.object.inherits (or .mixin) without having imported Blockly.utils.object. Similarly, trashcan.js tried to use utils.Size as a constructor instead of importing Size from Blockly.utils.Size.