mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
Fixing typo on "programmatically". (#3654)
This commit is contained in:
@@ -898,7 +898,7 @@ Blockly.Blocks['procedures_callnoreturn'] = {
|
||||
// in most cases the old group should be ''
|
||||
var oldGroup = Blockly.Events.getGroup();
|
||||
if (oldGroup) {
|
||||
// This should only be possible programatically and may indicate a problem
|
||||
// This should only be possible programmatically and may indicate a problem
|
||||
// with event grouping. If you see this message please investigate. If the
|
||||
// use ends up being valid we may need to reorder events in the undo stack.
|
||||
console.log('Saw an existing group while responding to a definition change');
|
||||
|
||||
Reference in New Issue
Block a user