google / blockly-devtools

Tools for Blockly app developers to help build custom blocks.
http://developer.google.com/blockly
Apache License 2.0
60 stars 31 forks source link

Add base classes for all editor controllers and view classes. #291

Closed AnmAtAnm closed 6 years ago

AnmAtAnm commented 6 years ago

Generalize the handling of all app sub-editors. Both classes should have init() methods. The controller should also have .saveChanges() method.

AnmAtAnm commented 6 years ago

Dupe of #274