Commit b9929573 authored by Neil Fraser's avatar Neil Fraser

Merge pull request #187 from Grahack/patch-2

Typo: evironment -> environment.
parents c413fa16 d489c132
......@@ -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');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment