mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Move tokenizeIntepolation into Blockly.utils namespace.
This commit is contained in:
@@ -549,7 +549,8 @@ Blockly.addChangeListener = function(func) {
|
||||
|
||||
/**
|
||||
* Returns the main workspace. Returns the last used main workspace (based on
|
||||
* focus).
|
||||
* focus). Try not to use this function, particularly if there are multiple
|
||||
* Blockly instances on a page.
|
||||
* @return {!Blockly.Workspace} The main workspace.
|
||||
*/
|
||||
Blockly.getMainWorkspace = function() {
|
||||
|
||||
Reference in New Issue
Block a user