blockly
blockly copied to clipboard
Make changeHandlers identifiable by type in a consistent way
See https://github.com/code-dot-org/blockly/pull/157#discussion_r234309713 for context. Right now we identify some change handlers by identity and others by a string property. We should at least make them consistent, at best have a more coherent concept of "type!"