mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Fix speling.
This commit is contained in:
@@ -160,7 +160,7 @@ Blockly.Tooltip.onMouseOver_ = function(e) {
|
||||
Blockly.Tooltip.poisonedElement_ = null;
|
||||
Blockly.Tooltip.element_ = element;
|
||||
}
|
||||
// Forget about any immediately preceeding mouseOut event.
|
||||
// Forget about any immediately preceding mouseOut event.
|
||||
clearTimeout(Blockly.Tooltip.mouseOutPid_);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user