Merge branch 'master' into develop

This commit is contained in:
Neil Fraser
2016-03-30 20:52:02 -07:00
3 changed files with 13 additions and 13 deletions

View File

@@ -149,7 +149,6 @@ Blockly.Workspace.prototype.getAllBlocks = function() {
* Dispose of all blocks in workspace.
*/
Blockly.Workspace.prototype.clear = function() {
Blockly.hideChaff(true);
var existingGroup = Blockly.Events.getGroup();
if (!existingGroup) {
Blockly.Events.setGroup(true);