mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Merge pull request #187 from Grahack/patch-2
Typo: evironment -> environment.
This commit is contained in:
@@ -387,7 +387,7 @@ Code.init = function() {
|
||||
zoom: {enabled: true}
|
||||
});
|
||||
|
||||
// Add to reserved word list: Local variables in execution evironment (runJS)
|
||||
// Add to reserved word list: Local variables in execution environment (runJS)
|
||||
// and the infinite loop detection function.
|
||||
Blockly.JavaScript.addReservedWords('code,timeouts,checkTimeout');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user