mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
Fix typo in alias
This commit is contained in:
@@ -114,7 +114,7 @@ exports.createDom = createDom;
|
||||
* @param {boolean} rtl Right-to-left (true) or left-to-right (false).
|
||||
* @param {Function} newDispose Optional cleanup function to be run when the
|
||||
* widget is closed.
|
||||
* @alias Blocky.WidgetDiv.show
|
||||
* @alias Blockly.WidgetDiv.show
|
||||
*/
|
||||
const show = function(newOwner, rtl, newDispose) {
|
||||
hide();
|
||||
|
||||
Reference in New Issue
Block a user