Fix typo in flyout.js (#403)

This commit is contained in:
Rodrigo Queiro 2016-06-07 18:54:37 +02:00 committed by Neil Fraser
parent 6ec7d31629
commit 736ff96ead

View file

@ -569,7 +569,7 @@ Blockly.Flyout.prototype.show = function(xmlList) {
this.layoutBlocks_(blocks, gaps);
// IE 11 is an incompetant browser that fails to fire mouseout events.
// IE 11 is an incompetent browser that fails to fire mouseout events.
// When the mouse is over the background, deselect all blocks.
var deselectAll = function() {
var topBlocks = this.workspace_.getTopBlocks(false);