diff --git a/core/blockly.js b/core/blockly.js index c707a50e4..24a8ed923 100644 --- a/core/blockly.js +++ b/core/blockly.js @@ -698,6 +698,7 @@ Blockly.setTheme = function(theme) { /** * Refresh the theme for all items on the workspace. * @param {Blockly.Workspace} ws Blockly workspace to refresh theme on. + * @private */ Blockly.refreshTheme_ = function(ws) { //update all blocks in workspace that have a style name