mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Make some functions package
This commit is contained in:
@@ -344,6 +344,7 @@ Blockly.VariableMap.prototype.getVariablesOfType = function(type) {
|
||||
/**
|
||||
* Return all variable types. This list always contains the empty string.
|
||||
* @return {!Array.<string>} List of variable types.
|
||||
* @package
|
||||
*/
|
||||
Blockly.VariableMap.prototype.getVariableTypes = function() {
|
||||
var types = Object.keys(this.variableMap_);
|
||||
|
||||
Reference in New Issue
Block a user