Resolve another 20 warnings.

This commit is contained in:
Neil Fraser
2017-10-24 09:14:32 -07:00
committed by Neil Fraser
parent 4262b09002
commit 2445a752b7
11 changed files with 33 additions and 44 deletions

View File

@@ -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;
}
};