mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Resolve another 20 warnings.
This commit is contained in:
@@ -497,8 +497,7 @@ Blockly.Workspace.prototype.undo = function(redo) {
|
||||
for (var i = 0, event; event = events[i]; i++) {
|
||||
event.run(redo);
|
||||
}
|
||||
}
|
||||
finally {
|
||||
} finally {
|
||||
Blockly.Events.recordUndo = true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user