mirror of
https://github.com/google/blockly.git
synced 2026-05-14 08:00:13 +02:00
fix: project cereal cleanup (#5398)
* fix: make exception constructors package * fix: rename blocks.load to blocks.append * fix: inline docs * fix: consistency in block serialization * fix: remove unexported functions * fix: interface requires * fix: tag TODO with issue number
This commit is contained in:
committed by
alschmiedt
parent
b7d490a1f2
commit
a3c1b2fdfc
@@ -39,9 +39,6 @@ const userAgent = goog.require('Blockly.utils.userAgent');
|
||||
* x: (number|undefined),
|
||||
* y: (number|undefined),
|
||||
* collapsed: (boolean|undefined),
|
||||
* editable: (boolean|undefined),
|
||||
* deletable: (boolean|undefined),
|
||||
* movable: (boolean|undefined),
|
||||
* inline: (boolean|undefined),
|
||||
* data: (string|undefined),
|
||||
* extra-state: (*|undefined),
|
||||
|
||||
Reference in New Issue
Block a user