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

Renaming HTML ids, fields, and methods for clarity. #289

Closed AnmAtAnm closed 6 years ago

AnmAtAnm commented 6 years ago

languagePre => #blockDefPre

languageTA => #manualBlockDefTA

mask => #editorMask

updateLanguage() => updateBlockDefPre()

Also, adding the following JQuery references to BlockEditorView: .blockDefPre .manualBlockDefTA .editorMask .formatSelector


This change is Reviewable

rachel-fenichel commented 6 years ago
:lgtm:

Review status: 0 of 4 files reviewed at latest revision, all discussions resolved.


Comments from Reviewable