Add theme requires (#3114)

This commit is contained in:
alschmiedt
2019-09-27 12:36:16 -07:00
committed by GitHub
parent 41e5914bd7
commit b5a076d2b3

View File

@@ -83,3 +83,10 @@ goog.require('Blockly.FieldVariable');
goog.require('Blockly.geras.Renderer');
goog.require('Blockly.thrasos.Renderer');
goog.require('Blockly.zelos.Renderer');
// Blockly Themes.
// Classic is the default theme.
goog.require('Blockly.Themes.Classic');
goog.require('Blockly.Themes.Dark');
goog.require('Blockly.Themes.HighContrast');
goog.require('Blockly.Themes.Modern');