mirror of
https://github.com/google/blockly.git
synced 2026-06-16 16:15:14 +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.