mirror of
https://github.com/google/blockly.git
synced 2026-03-07 22:00:13 +01:00
Migrate core/theme/zelos.js named requires
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
goog.module('Blockly.Themes.Zelos');
|
||||
goog.module.declareLegacyNamespace();
|
||||
|
||||
goog.require('Blockly.Theme');
|
||||
const Theme = goog.require('Blockly.Theme');
|
||||
|
||||
|
||||
// Temporary holding object.
|
||||
@@ -103,7 +103,7 @@ Zelos.categoryStyles = {
|
||||
};
|
||||
|
||||
Zelos =
|
||||
new Blockly.Theme('zelos', Zelos.defaultBlockStyles,
|
||||
new Theme('zelos', Zelos.defaultBlockStyles,
|
||||
Zelos.categoryStyles);
|
||||
|
||||
exports = Zelos;
|
||||
|
||||
Reference in New Issue
Block a user