Move tokenizeIntepolation into Blockly.utils namespace.

This commit is contained in:
Neil Fraser
2016-06-22 12:56:56 -07:00
parent 92e7cef448
commit 98617d8ddc
4 changed files with 11 additions and 10 deletions

View File

@@ -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() {