mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
refactor: convert toolbox items to ES6 classes (#5947)
* refact: convert toolbox items to ES6 classes * fix: and SENTINEL so that contents can be parsed properly * fix: fix types and whatnot related to new SENTINEL * clean: format * refactor: reorganize overridable calls into the init function, and remove sentinel * clean: format * fix: inline docs and organization
This commit is contained in:
@@ -253,7 +253,6 @@
|
||||
"./core/extensions.js",
|
||||
"./core/block.js",
|
||||
"./core/utils/string.js",
|
||||
"./core/utils/object.js",
|
||||
"./core/dialog.js",
|
||||
"./core/events/events_var_base.js",
|
||||
"./core/events/events_var_create.js",
|
||||
|
||||
Reference in New Issue
Block a user