mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Remove unused Blockly.Generator.NAME_TYPE
This commit is contained in:
@@ -32,11 +32,6 @@ Blockly.Generator = function(name) {
|
||||
new RegExp(this.FUNCTION_NAME_PLACEHOLDER_, 'g');
|
||||
};
|
||||
|
||||
/**
|
||||
* Category to separate generated function names from variables and procedures.
|
||||
*/
|
||||
Blockly.Generator.NAME_TYPE = 'generated_function';
|
||||
|
||||
/**
|
||||
* Arbitrary code to inject into locations that risk causing infinite loops.
|
||||
* Any instances of '%1' will be replaced by the block ID that failed.
|
||||
|
||||
Reference in New Issue
Block a user