mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Remove populateTheme (#3900)
This commit is contained in:
@@ -146,7 +146,6 @@ function start() {
|
||||
});
|
||||
workspace.configureContextMenu = configureContextMenu;
|
||||
addToolboxButtonCallbacks();
|
||||
populateTestThemes();
|
||||
// Restore previously displayed text.
|
||||
if (sessionStorage) {
|
||||
var text = sessionStorage.getItem('textarea');
|
||||
|
||||
Reference in New Issue
Block a user