mirror of
https://github.com/google/blockly.git
synced 2026-01-17 05:47:10 +01:00
Add private annotation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user