mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Metrics refactor (#4627)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user