mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
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.