Metrics refactor (#4627)

This commit is contained in:
alschmiedt
2021-02-10 16:19:56 -08:00
committed by GitHub
parent 5e293f60b9
commit a8f28c6b11
6 changed files with 470 additions and 281 deletions

View File

@@ -41,7 +41,7 @@ Blockly.Workspace = function(opt_options) {
this.RTL = !!this.options.RTL;
/** @type {boolean} */
this.horizontalLayout = !!this.options.horizontalLayout;
/** @type {number} */
/** @type {Blockly.utils.toolbox.Position} */
this.toolboxPosition = this.options.toolboxPosition;
var connectionCheckerClass = Blockly.registry.getClassFromOptions(