mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Migrate core/blockly.js to goog.module syntax (#5494)
* Migrate core/blockly.js to ES6 const/let * Migrate core/blockly.js to goog.module * Migrate core/blockly.js to named requires * clang-format core/blockly.js * Consolidate accessors in core/blockly.js
This commit is contained in:
@@ -172,7 +172,7 @@ suite('Text Input Fields', function() {
|
||||
FIELD_TEXT_FONTFAMILY: 'sans-serif'
|
||||
};
|
||||
field.clickTarget_ = document.createElement('div');
|
||||
Blockly.mainWorkspace = workspace;
|
||||
Blockly.common.setMainWorkspace(workspace);
|
||||
Blockly.WidgetDiv.createDom();
|
||||
this.stub = sinon.stub(field, 'resizeEditor_');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user