mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Fix typo (#4324)
This commit is contained in:
@@ -121,7 +121,7 @@ Blockly.Tooltip.DIV = null;
|
||||
|
||||
/**
|
||||
* Returns the tooltip text for the given element.
|
||||
* @param {?Object} object The object to get the the tooltip text of.
|
||||
* @param {?Object} object The object to get the tooltip text of.
|
||||
* @returns {string} The tooltip text of the element.
|
||||
*/
|
||||
Blockly.Tooltip.getTooltipOfObject = function(object) {
|
||||
|
||||
Reference in New Issue
Block a user