Fix typo in flyout.js (#402)

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

View file

@ -806,7 +806,7 @@ Blockly.Flyout.prototype.onMouseMoveBlock_ = function(e) {
Safari Mobile 6.0 and Chrome for Android 18.0 fire rogue mousemove events
on certain touch actions. Ignore events with these signatures.
This may result in a one-pixel blind spot in other browsers,
but this shouldn't be noticable. */
but this shouldn't be noticeable. */
e.stopPropagation();
return;
}