mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
fixing constructor variable
This commit is contained in:
@@ -96,7 +96,7 @@ Blockly.PHP.init = function(workspace) {
|
||||
|
||||
if (!Blockly.PHP.variableDB_) {
|
||||
Blockly.PHP.variableDB_ =
|
||||
new Blockly.Names(Blockly.PHP.RESERVED_WORDS_);
|
||||
new Blockly.Names(Blockly.PHP.RESERVED_WORDS_, true);
|
||||
} else {
|
||||
Blockly.PHP.variableDB_.reset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user