Changes per neil's comments, plus a rebuild

This commit is contained in:
Rachel Fenichel 2016-09-21 16:25:44 -07:00
parent 7d435bdb99
commit 1d1321a00d
5 changed files with 16 additions and 14 deletions

View file

@ -164,7 +164,7 @@ Blockly.Toolbox.prototype.init = function() {
// Just close popups.
Blockly.hideChaff(true);
}
Blockly.Touch.clearTouchIdentifier(); // Don't block future drags.
Blockly.Touch.clearTouchIdentifier(); // Don't block future drags.
});
var workspaceOptions = {
disabledPatternId: workspace.options.disabledPatternId,